Instructions to use scasutt/Prototype_training with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use scasutt/Prototype_training with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="scasutt/Prototype_training")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("scasutt/Prototype_training") model = AutoModelForCTC.from_pretrained("scasutt/Prototype_training") - Notebooks
- Google Colab
- Kaggle
scasutt/Prototype_training_large_model
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 377670039
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4622cc7022f59f419976d667226c29e0101b593619037e2e91a70d0a8f586d8
|
| 3 |
size 377670039
|