Automatic Speech Recognition
Transformers
PyTorch
JAX
Safetensors
Esperanto
wav2vec2
audio
speech
xlsr-fine-tuning-week
Eval Results (legacy)
Instructions to use cpierse/wav2vec2-large-xlsr-53-esperanto with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cpierse/wav2vec2-large-xlsr-53-esperanto with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="cpierse/wav2vec2-large-xlsr-53-esperanto")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("cpierse/wav2vec2-large-xlsr-53-esperanto") model = AutoModelForCTC.from_pretrained("cpierse/wav2vec2-large-xlsr-53-esperanto", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
5ae6c31
1
Parent(s): 3ff4b48
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (46df88afb2c6310378fba1d1bafed271bf008a7c)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- .gitattributes +1 -0
- model.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -15,3 +15,4 @@
|
|
| 15 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 16 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 17 |
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 15 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 16 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 17 |
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
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:9f15fed167825d37bba445d9195ef414334fad03047bbf8318a9c70b3fca6461
|
| 3 |
+
size 1261987832
|