Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# whisper-timestamped
|
2 |
|
3 |
Multilingual Automatic Speech Recognition with word-level timestamps and confidence.
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
tags:
|
4 |
+
- speech-recognition
|
5 |
+
- ai-model
|
6 |
+
- whisper
|
7 |
+
- dynamic-time-warping
|
8 |
+
datasets:
|
9 |
+
- linto-ai/whisper-timestamped
|
10 |
+
metrics:
|
11 |
+
- WER
|
12 |
+
- CER
|
13 |
+
model-index:
|
14 |
+
- name: Whisper Timestamped
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
type: speech-recognition
|
18 |
+
name: Automatic Speech Recognition
|
19 |
+
dataset:
|
20 |
+
name: Linto AI Whisper Timestamped
|
21 |
+
type: linto-ai/whisper-timestamped
|
22 |
+
metrics:
|
23 |
+
- name: Word Error Rate (WER)
|
24 |
+
type: wer
|
25 |
+
value: 0.123 # Example value
|
26 |
+
- name: Character Error Rate (CER)
|
27 |
+
type: cer
|
28 |
+
value: 0.045 # Example value
|
29 |
+
---
|
30 |
+
|
31 |
# whisper-timestamped
|
32 |
|
33 |
Multilingual Automatic Speech Recognition with word-level timestamps and confidence.
|