Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
Mongolian
wav2vec2-bert
Generated from Trainer
Instructions to use Cafet/w2v-bert-version-final with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Cafet/w2v-bert-version-final with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Cafet/w2v-bert-version-final")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("Cafet/w2v-bert-version-final") model = AutoModelForCTC.from_pretrained("Cafet/w2v-bert-version-final") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,10 @@ model-index:
|
|
| 9 |
- name: w2v-bert-version-final
|
| 10 |
results: []
|
| 11 |
pipeline_tag: automatic-speech-recognition
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 9 |
- name: w2v-bert-version-final
|
| 10 |
results: []
|
| 11 |
pipeline_tag: automatic-speech-recognition
|
| 12 |
+
language:
|
| 13 |
+
- mn
|
| 14 |
+
metrics:
|
| 15 |
+
- wer
|
| 16 |
---
|
| 17 |
|
| 18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|