Instructions to use maratos/checkpoints_1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use maratos/checkpoints_1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="maratos/checkpoints_1")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("maratos/checkpoints_1") model = AutoModelForSpeechSeq2Seq.from_pretrained("maratos/checkpoints_1") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files- training_args.bin +1 -1
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 7480
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:65a8a4f20fd1172f89767436d2e2cc23d0e532082e47b5295162046a0ee4c51a
|
| 3 |
size 7480
|