Instructions to use Vira21/whisper-tiny-khmer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Vira21/whisper-tiny-khmer with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Vira21/whisper-tiny-khmer")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Vira21/whisper-tiny-khmer") model = AutoModelForSpeechSeq2Seq.from_pretrained("Vira21/whisper-tiny-khmer") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,6 +17,6 @@ pipeline_tag: automatic-speech-recognition
|
|
| 17 |
library_name: transformers
|
| 18 |
---
|
| 19 |
|
| 20 |
-
# whisper-
|
| 21 |
- Loss: 0.2693
|
| 22 |
- Wer: 0.6917
|
|
|
|
| 17 |
library_name: transformers
|
| 18 |
---
|
| 19 |
|
| 20 |
+
# whisper-tiny-khmer
|
| 21 |
- Loss: 0.2693
|
| 22 |
- Wer: 0.6917
|