Instructions to use JordanWHLewis/fairseq_base_model_30epochs_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JordanWHLewis/fairseq_base_model_30epochs_v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="JordanWHLewis/fairseq_base_model_30epochs_v1")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("JordanWHLewis/fairseq_base_model_30epochs_v1") model = AutoModelForCTC.from_pretrained("JordanWHLewis/fairseq_base_model_30epochs_v1") - Notebooks
- Google Colab
- Kaggle
Commit ·
799d3b7
1
Parent(s): 8cdd26f
Training in progress, step 2800
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 377698785
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5599a0422572e431e9536a25468a0232c546ee0367ba4bff653694e43142bce2
|
| 3 |
size 377698785
|