Instructions to use Soupis/opus-base-E with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Soupis/opus-base-E with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Soupis/opus-base-E")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Soupis/opus-base-E") model = AutoModelForSpeechSeq2Seq.from_pretrained("Soupis/opus-base-E", device_map="auto") - Notebooks
- Google Colab
- Kaggle
sant commited on
Training in progress, step 2000
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:1c940794698dfb447b3d21f45d45f202020be744dab0f1892f3ecd3c882807ce
|
| 3 |
size 290403936
|
runs/Jun26_14-44-34_5bb77486da4c/events.out.tfevents.1719413077.5bb77486da4c.34.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:2977746c605b2259ba0d2c77dd2f7069887068310b2d68081842509a16b4aee2
|
| 3 |
+
size 8218
|