update model card README.md
Browse files
README.md
CHANGED
@@ -1,40 +1,22 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
- en
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
-
- hf-asr-leaderboard
|
7 |
- generated_from_trainer
|
8 |
-
datasets:
|
9 |
-
- figfig/restaurant_order_local_test
|
10 |
metrics:
|
11 |
- wer
|
12 |
model-index:
|
13 |
-
- name:
|
14 |
-
results:
|
15 |
-
- task:
|
16 |
-
name: Automatic Speech Recognition
|
17 |
-
type: automatic-speech-recognition
|
18 |
-
dataset:
|
19 |
-
name: with_local_test_data
|
20 |
-
type: figfig/restaurant_order_local_test
|
21 |
-
config: null
|
22 |
-
split: test
|
23 |
-
args: 'config: en, split: test'
|
24 |
-
metrics:
|
25 |
-
- name: Wer
|
26 |
-
type: wer
|
27 |
-
value: 0.0
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
31 |
should probably proofread and complete it, then remove this comment. -->
|
32 |
|
33 |
-
#
|
34 |
|
35 |
-
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the
|
36 |
It achieves the following results on the evaluation set:
|
37 |
-
- Loss: 0.
|
38 |
- Wer: 0.0
|
39 |
|
40 |
## Model description
|
@@ -66,12 +48,12 @@ The following hyperparameters were used during training:
|
|
66 |
|
67 |
### Training results
|
68 |
|
69 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer
|
70 |
-
|
71 |
-
| No log | 10.0 | 10 | 3.
|
72 |
-
| No log | 20.0 | 20 | 0.
|
73 |
-
| 3.
|
74 |
-
| 3.
|
75 |
|
76 |
|
77 |
### Framework versions
|
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
|
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
metrics:
|
6 |
- wer
|
7 |
model-index:
|
8 |
+
- name: local_test_model_with_local_dataset
|
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 |
+
# local_test_model_with_local_dataset
|
16 |
|
17 |
+
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.5566
|
20 |
- Wer: 0.0
|
21 |
|
22 |
## Model description
|
|
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
53 |
+
| No log | 10.0 | 10 | 3.4660 | 85.7143 |
|
54 |
+
| No log | 20.0 | 20 | 0.7373 | 10.7143 |
|
55 |
+
| 3.3998 | 30.0 | 30 | 0.5920 | 0.0 |
|
56 |
+
| 3.3998 | 40.0 | 40 | 0.5566 | 0.0 |
|
57 |
|
58 |
|
59 |
### Framework versions
|