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") - Notebooks
- Google Colab
- Kaggle
sant commited on
Training in progress, step 1000
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:7e6d44e2010c0951bb56fb4d27012e52c386baae7a801731c669abeb8284c1ea
|
| 3 |
size 290403936
|
runs/Jun26_14-44-34_5bb77486da4c/events.out.tfevents.1719413077.5bb77486da4c.34.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd26f742242ea24e1c5cbcd453cdb1f494f3e4ee72012e41f20fc8397b818b3c
|
| 3 |
+
size 7335
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87e08be9f92b2ea1c98247cd78164b8de34a08faa687ba431012e44407d2fa7e
|
| 3 |
size 5304
|