Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Turkish
whisper
hf-asr-leaderboard
Generated from Trainer
Instructions to use beratcmn/whisper-tiny-tr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use beratcmn/whisper-tiny-tr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="beratcmn/whisper-tiny-tr")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("beratcmn/whisper-tiny-tr") model = AutoModelForSpeechSeq2Seq.from_pretrained("beratcmn/whisper-tiny-tr") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -29,6 +29,10 @@ It achieves the following results on the evaluation set:
|
|
| 29 |
|
| 30 |
More information needed
|
| 31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
## Intended uses & limitations
|
| 33 |
|
| 34 |
More information needed
|
|
|
|
| 29 |
|
| 30 |
More information needed
|
| 31 |
|
| 32 |
+
## Todo
|
| 33 |
+
|
| 34 |
+
Train with `mozilla-foundation/common_voice_13_0` after the initial training.
|
| 35 |
+
|
| 36 |
## Intended uses & limitations
|
| 37 |
|
| 38 |
More information needed
|