Instructions to use 5p33ch3xpr/XLS-R-with-LM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use 5p33ch3xpr/XLS-R-with-LM with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="5p33ch3xpr/XLS-R-with-LM")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("5p33ch3xpr/XLS-R-with-LM") model = AutoModelForCTC.from_pretrained("5p33ch3xpr/XLS-R-with-LM") - Notebooks
- Google Colab
- Kaggle
Commit ·
8541702
1
Parent(s): 708db26
Removed special chars
Browse files- added_tokens.json +1 -4
added_tokens.json
CHANGED
|
@@ -1,4 +1 @@
|
|
| 1 |
-
{
|
| 2 |
-
"</s>": 73,
|
| 3 |
-
"<s>": 72
|
| 4 |
-
}
|
|
|
|
| 1 |
+
{}
|
|
|
|
|
|
|
|
|