Instructions to use Scalable-ML/checkpoint-4000 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Scalable-ML/checkpoint-4000 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Scalable-ML/checkpoint-4000")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Scalable-ML/checkpoint-4000") model = AutoModelForSpeechSeq2Seq.from_pretrained("Scalable-ML/checkpoint-4000") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d7fca5e9cbcf9b9bc2622f213de4c9d2b2686258bd6a91a33276b14a317bab6
|
| 3 |
+
size 966995136
|