Instructions to use TheAIchemist13/hindi_wav2vec2_final with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TheAIchemist13/hindi_wav2vec2_final with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="TheAIchemist13/hindi_wav2vec2_final")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("TheAIchemist13/hindi_wav2vec2_final") model = AutoModelForCTC.from_pretrained("TheAIchemist13/hindi_wav2vec2_final") - Notebooks
- Google Colab
- Kaggle
Commit ·
c8105f9
1
Parent(s): 3a5de19
Training in progress, step 500
Browse files- pytorch_model.bin +1 -1
- training_args.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 377766433
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:816b3ea9ae2fde2b02680615a5e78f2acf04caad59baee54ba5067f50e93484d
|
| 3 |
size 377766433
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4091
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad13994a227672b55f322e518a5c37b7768986d80acfe1e50470d2e77e5efe95
|
| 3 |
size 4091
|