Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Marathi
wav2vec2
mozilla-foundation/common_voice_8_0
robust-speech-event
Generated from Trainer
hf-asr-leaderboard
Instructions to use StephennFernandes/XLS-R-marathi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use StephennFernandes/XLS-R-marathi with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="StephennFernandes/XLS-R-marathi")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("StephennFernandes/XLS-R-marathi") model = AutoModelForCTC.from_pretrained("StephennFernandes/XLS-R-marathi") - Notebooks
- Google Colab
- Kaggle
Commit ·
8049fea
1
Parent(s): e43f866
Delete tokenizer_config.json
Browse files- tokenizer_config.json +0 -1
tokenizer_config.json
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
{"unk_token": "[UNK]", "bos_token": "<s>", "eos_token": "</s>", "pad_token": "[PAD]", "do_lower_case": false, "word_delimiter_token": "|", "tokenizer_class": "Wav2Vec2CTCTokenizer"}
|
|
|
|
|
|