Instructions to use mallikrao2/new_asr_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mallikrao2/new_asr_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="mallikrao2/new_asr_model")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("mallikrao2/new_asr_model") model = AutoModelForCTC.from_pretrained("mallikrao2/new_asr_model") - Notebooks
- Google Colab
- Kaggle
Commit ·
5c71db1
1
Parent(s): cbbfbc7
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 1262052141
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c213b41380c78f5992c325c65ca1923aeac6a956c8df726cef60e3356f332779
|
| 3 |
size 1262052141
|
runs/Dec27_13-31-21_ip-172-31-16-234/events.out.tfevents.1672148011.ip-172-31-16-234.923158.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:cb47cab72367c29eb10be22dcee06cfd486a0c8991f1edcd50025075b8600462
|
| 3 |
+
size 7398
|