Instructions to use cdactvm/w2v-bert-hindi_voip with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cdactvm/w2v-bert-hindi_voip with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="cdactvm/w2v-bert-hindi_voip")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("cdactvm/w2v-bert-hindi_voip") model = AutoModelForCTC.from_pretrained("cdactvm/w2v-bert-hindi_voip") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 60000
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2423126260
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9681678fa510bec1800906c958fe76ec0fe226cbe2c01c52e118585cd20d51d7
|
| 3 |
size 2423126260
|