Instructions to use DRAGOO/Speech10 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DRAGOO/Speech10 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="DRAGOO/Speech10")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("DRAGOO/Speech10") model = AutoModelForCTC.from_pretrained("DRAGOO/Speech10", device_map="auto") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 377658785
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:298580617e41fa9e2b482894dd03783ab898e539f754747c58cb2a1d2cc34820
|
| 3 |
size 377658785
|
runs/Jul01_01-24-29_31eb342f1d0a/events.out.tfevents.1688175246.31eb342f1d0a.533.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:50d3a64d3187010c6d1dbe9553da6ea5ec10b4aef92ccdd9bd7a41f2548d3a20
|
| 3 |
+
size 38976
|