nacielo commited on
Commit
f232d04
1 Parent(s): f194e7b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
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: 0.9861
21
- - Rouge1: 53.286
22
- - Rouge2: 27.5382
23
- - Rougel: 41.0668
24
- - Rougelsum: 41.0378
25
- - Gen Len: 43.05
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 | Rougel | Rougelsum | Gen Len |
55
- |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
56
- | 2.8241 | 1.0 | 983 | 2.1249 | 38.9009 | 11.883 | 30.4391 | 30.3769 | 40.86 |
57
- | 2.2297 | 2.0 | 1966 | 1.8067 | 40.8363 | 15.1119 | 32.2579 | 32.2289 | 38.59 |
58
- | 1.9156 | 3.0 | 2949 | 1.4818 | 43.5357 | 16.8437 | 33.6575 | 33.6616 | 35.11 |
59
- | 1.5954 | 4.0 | 3932 | 1.1631 | 48.9965 | 22.296 | 36.029 | 35.984 | 41.38 |
60
- | 1.2973 | 5.0 | 4915 | 0.9861 | 53.286 | 27.5382 | 41.0668 | 41.0378 | 43.05 |
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: 1.1914
21
+ - Rouge1: 30.2379
22
+ - Rouge2: 8.3781
23
+ - Rougel: 25.6302
24
+ - Rougelsum: 25.6217
25
+ - Gen Len: 63.09
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
+ | 3.0989 | 1.0 | 959 | 2.7267 | 22.3544 | 3.7732 | 21.0972 | 21.1155 | 58.46 |
57
+ | 2.2959 | 2.0 | 1918 | 2.1774 | 23.3309 | 3.946 | 21.5505 | 21.497 | 61.0 |
58
+ | 1.8902 | 3.0 | 2877 | 1.7126 | 26.1869 | 5.372 | 23.7001 | 23.6849 | 61.0 |
59
+ | 1.5533 | 4.0 | 3836 | 1.3554 | 29.4291 | 7.42 | 25.1978 | 25.1515 | 62.55 |
60
+ | 1.2635 | 5.0 | 4795 | 1.1914 | 30.2379 | 8.3781 | 25.6302 | 25.6217 | 63.09 |
61
 
62
 
63
  ### Framework versions