update model card README.md
Browse files
README.md
CHANGED
@@ -17,12 +17,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [openai/whisper-base.en](https://huggingface.co/openai/whisper-base.en) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss:
|
21 |
-
- Rouge1:
|
22 |
-
- Rouge2:
|
23 |
-
- Rougel:
|
24 |
-
- Rougelsum:
|
25 |
-
- Gen Len:
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -51,13 +51,13 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
-
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2
|
55 |
-
|
56 |
-
|
|
57 |
-
|
|
58 |
-
| 1.
|
59 |
-
| 1.
|
60 |
-
|
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [openai/whisper-base.en](https://huggingface.co/openai/whisper-base.en) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.7159
|
21 |
+
- Rouge1: 51.0246
|
22 |
+
- Rouge2: 28.8904
|
23 |
+
- Rougel: 41.9694
|
24 |
+
- Rougelsum: 41.9864
|
25 |
+
- Gen Len: 57.62
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
55 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
|
56 |
+
| 2.3604 | 1.0 | 1361 | 1.8562 | 29.3488 | 8.9477 | 21.7546 | 21.8458 | 49.94 |
|
57 |
+
| 1.8249 | 2.0 | 2722 | 1.4736 | 35.8525 | 12.9644 | 26.8468 | 26.8883 | 53.59 |
|
58 |
+
| 1.4928 | 3.0 | 4083 | 1.1557 | 36.0664 | 11.6796 | 26.6999 | 26.7209 | 65.05 |
|
59 |
+
| 1.149 | 4.0 | 5444 | 0.8567 | 45.1488 | 21.9847 | 35.4935 | 35.6169 | 56.51 |
|
60 |
+
| 0.862 | 5.0 | 6805 | 0.7159 | 51.0246 | 28.8904 | 41.9694 | 41.9864 | 57.62 |
|
61 |
|
62 |
|
63 |
### Framework versions
|