Automatic Speech Recognition
Transformers
PyTorch
Safetensors
Urdu
wav2vec2
mozilla-foundation/common_voice_7_0
Generated from Trainer
sv
robust-speech-event
model_for_talk
hf-asr-leaderboard
Instructions to use Maniac/wav2vec2-xls-r-urdu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Maniac/wav2vec2-xls-r-urdu with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Maniac/wav2vec2-xls-r-urdu")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("Maniac/wav2vec2-xls-r-urdu") model = AutoModelForCTC.from_pretrained("Maniac/wav2vec2-xls-r-urdu", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
c600f67
1
Parent(s): 879996c
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (d7a60e0b30fbc6c3b655fa174d7fc39a24b1720c)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- .gitattributes +1 -0
- model.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -25,3 +25,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 25 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 26 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
| 27 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 25 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 26 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
| 27 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
model.safetensors filter=lfs diff=lfs merge=lfs -text
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9bd5d7eb633bd8033e949e8d5d1850e811d7477d6c853ea53ef6ba1814fc60a3
|
| 3 |
+
size 1262032932
|