Update repository information and metadata...
Browse files
README.md
CHANGED
|
@@ -1,3 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Cahya Whisper Medium ONNX
|
| 2 |
|
| 3 |
ONNX-optimized version of the Cahya Whisper Medium model for Indonesian speech recognition.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: cahya/whisper-medium-id
|
| 4 |
+
tags:
|
| 5 |
+
- automatic-speech-recognition
|
| 6 |
+
- audio
|
| 7 |
+
- whisper
|
| 8 |
+
- onnx
|
| 9 |
+
- quantized
|
| 10 |
+
- indonesian
|
| 11 |
+
- speech-to-text
|
| 12 |
+
language:
|
| 13 |
+
- id
|
| 14 |
+
datasets:
|
| 15 |
+
- indonesian-speech
|
| 16 |
+
library_name: onnxruntime
|
| 17 |
+
pipeline_tag: automatic-speech-recognition
|
| 18 |
+
model-index:
|
| 19 |
+
- name: cahya-whisper-medium-onnx
|
| 20 |
+
results:
|
| 21 |
+
- task:
|
| 22 |
+
name: Automatic Speech Recognition
|
| 23 |
+
type: automatic-speech-recognition
|
| 24 |
+
dataset:
|
| 25 |
+
name: Indonesian Speech Test Set
|
| 26 |
+
type: indonesian-speech
|
| 27 |
+
metrics:
|
| 28 |
+
- name: Word Error Rate
|
| 29 |
+
type: wer
|
| 30 |
+
value: 0.048
|
| 31 |
+
- name: Character Error Rate
|
| 32 |
+
type: cer
|
| 33 |
+
value: 0.025
|
| 34 |
+
inference:
|
| 35 |
+
parameters:
|
| 36 |
+
max_new_tokens: 128
|
| 37 |
+
language: id
|
| 38 |
+
task: transcribe
|
| 39 |
+
widget:
|
| 40 |
+
- example_title: "Indonesian Speech Example"
|
| 41 |
+
src: https://huggingface.co/datasets/indonesian-speech/resolve/main/sample.wav
|
| 42 |
+
---
|
| 43 |
+
|
| 44 |
# Cahya Whisper Medium ONNX
|
| 45 |
|
| 46 |
ONNX-optimized version of the Cahya Whisper Medium model for Indonesian speech recognition.
|