Instructions to use Soupis/opus-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Soupis/opus-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Soupis/opus-base")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Soupis/opus-base") model = AutoModelForSpeechSeq2Seq.from_pretrained("Soupis/opus-base") - Notebooks
- Google Colab
- Kaggle
sant commited on
Training in progress, step 1200
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 290403936
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4b88853e0746971e71711bca6c78d42baedc0f0ff5f868fac33a131e08e51a55
|
| 3 |
size 290403936
|
runs/Jun17_14-40-00_ac133f225e98/events.out.tfevents.1718635202.ac133f225e98.35.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e04d79228d18e37b3e27c24cbcdcfec9046d1e69b6bd2bfbc27ac1c475c194a
|
| 3 |
+
size 8947
|