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