Instructions to use danielbubiola/daniel_asr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use danielbubiola/daniel_asr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="danielbubiola/daniel_asr")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("danielbubiola/daniel_asr") model = AutoModelForCTC.from_pretrained("danielbubiola/daniel_asr") - Notebooks
- Google Colab
- Kaggle
Commit ·
e50910a
1
Parent(s): c3969c4
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 377670039
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f45f89434263633fa30d59a9d43699e43a5dbe2b3a09daa88c07746c48681ed
|
| 3 |
size 377670039
|
runs/Jan19_09-51-21_d889570b813d/events.out.tfevents.1642585992.d889570b813d.129.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:cbfd82ec575f4f92776d11f6ca442275ae3b8aa0e84c06a6ca588051bbd60a95
|
| 3 |
+
size 8083
|