Automatic Speech Recognition
Transformers
PyTorch
wav2vec2
Generated from Trainer
Eval Results (legacy)
Instructions to use menhior/wav2vec2-large-xls-r-300m-turkish-colab-full with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use menhior/wav2vec2-large-xls-r-300m-turkish-colab-full with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="menhior/wav2vec2-large-xls-r-300m-turkish-colab-full")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("menhior/wav2vec2-large-xls-r-300m-turkish-colab-full") model = AutoModelForCTC.from_pretrained("menhior/wav2vec2-large-xls-r-300m-turkish-colab-full", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 3200
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1262061741
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04c130a3f0547c90b0af49747a1465866d0cc2999bdb740ae4cde7732795c160
|
| 3 |
size 1262061741
|