Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# distil-whisper-large-v3-tr
|
2 |
|
3 |
## Model Description
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- "tr"
|
4 |
+
thumbnail: "url_to_thumbnail"
|
5 |
+
tags:
|
6 |
+
- speech-recognition
|
7 |
+
- Turkish
|
8 |
+
- ASR
|
9 |
+
license: "apache-2.0"
|
10 |
+
datasets:
|
11 |
+
- common_voice
|
12 |
+
metrics:
|
13 |
+
- wer
|
14 |
+
- cer
|
15 |
+
base_model: "openai/whisper-large"
|
16 |
+
---
|
17 |
+
|
18 |
# distil-whisper-large-v3-tr
|
19 |
|
20 |
## Model Description
|