Training checkpoint
Browse files- README.md +6 -4
- trainer_state.json +0 -0
README.md
CHANGED
@@ -1,20 +1,22 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
|
|
|
|
3 |
license: apache-2.0
|
4 |
-
base_model:
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
model-index:
|
8 |
-
- name: Whisper-Small-architecture
|
9 |
results: []
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
should probably proofread and complete it, then remove this comment. -->
|
14 |
|
15 |
-
# Whisper-Small-architecture
|
16 |
|
17 |
-
This model is a fine-tuned version of [
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 0.5061
|
20 |
- Cer: 28.1162
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
language:
|
4 |
+
- zh
|
5 |
license: apache-2.0
|
6 |
+
base_model: openai/whisper-small
|
7 |
tags:
|
8 |
- generated_from_trainer
|
9 |
model-index:
|
10 |
+
- name: Whisper-Small-squeezeformer-architecture
|
11 |
results: []
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
should probably proofread and complete it, then remove this comment. -->
|
16 |
|
17 |
+
# Whisper-Small-squeezeformer-architecture
|
18 |
|
19 |
+
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Voice_Data_Collection_second_edition dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.5061
|
22 |
- Cer: 28.1162
|
trainer_state.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|