Commit
•
7be3f9a
1
Parent(s):
f7a8e35
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (18d4a0367dea707919ddf16b984a9baefed1a1b4)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -2,13 +2,14 @@
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
metrics:
|
6 |
- wer
|
|
|
7 |
model-index:
|
8 |
- name: whisper-small-fine_tuned-ru
|
9 |
results: []
|
10 |
-
datasets:
|
11 |
-
- mozilla-foundation/common_voice_13_0
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
datasets:
|
6 |
+
- mozilla-foundation/common_voice_13_0
|
7 |
metrics:
|
8 |
- wer
|
9 |
+
base_model: openai/whisper-small
|
10 |
model-index:
|
11 |
- name: whisper-small-fine_tuned-ru
|
12 |
results: []
|
|
|
|
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|