Automatic Speech Recognition
Transformers
PyTorch
Safetensors
English
wav2vec2
audio
en-atc
Generated from Trainer
Eval Results (legacy)
Instructions to use Jzuluaga/wav2vec2-xls-r-300m-en-atc-uwb-atcc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Jzuluaga/wav2vec2-xls-r-300m-en-atc-uwb-atcc with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Jzuluaga/wav2vec2-xls-r-300m-en-atc-uwb-atcc")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("Jzuluaga/wav2vec2-xls-r-300m-en-atc-uwb-atcc") model = AutoModelForCTC.from_pretrained("Jzuluaga/wav2vec2-xls-r-300m-en-atc-uwb-atcc") - Notebooks
- Google Colab
- Kaggle
Commit ·
c0e82ce
1
Parent(s): 113264c
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (eaf5494bf724b9ba5c676c5f61fe9e6e13bd115a)
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:14135a197862acca92357bdda1ac9d6e9b6a56e2fda640f1fa6fbdb8c7c4d2c2
|
| 3 |
+
size 1261934532
|