Instructions to use DarliAI/kissi-w2v2-lg-xls-r-300m-bemba with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DarliAI/kissi-w2v2-lg-xls-r-300m-bemba with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="DarliAI/kissi-w2v2-lg-xls-r-300m-bemba")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("DarliAI/kissi-w2v2-lg-xls-r-300m-bemba") model = AutoModelForCTC.from_pretrained("DarliAI/kissi-w2v2-lg-xls-r-300m-bemba", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ model-index:
|
|
| 9 |
results: []
|
| 10 |
---
|
| 11 |
|
| 12 |
-
# w2v2-lg-xls-r-300m-
|
| 13 |
|
| 14 |
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m).
|
| 15 |
It achieves the following results on the evaluation set:
|
|
|
|
| 9 |
results: []
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# w2v2-lg-xls-r-300m-bemba
|
| 13 |
|
| 14 |
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m).
|
| 15 |
It achieves the following results on the evaluation set:
|