Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Safetensors
wav2vec2
google/fleurs
Generated from Trainer
pashto
ps
Eval Results (legacy)
Instructions to use ihanif/wav2vec2-xls-r-300m-pashto with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ihanif/wav2vec2-xls-r-300m-pashto with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="ihanif/wav2vec2-xls-r-300m-pashto")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("ihanif/wav2vec2-xls-r-300m-pashto") model = AutoModelForCTC.from_pretrained("ihanif/wav2vec2-xls-r-300m-pashto", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (13f056b6c3bd4b203b92762641f50eea600f4ef1)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6652626725a3eddd49ea792e6835d71505cc84a0fb7477beeb1b26c06c99c39b
|
| 3 |
+
size 1262287132
|