nacielo commited on
Commit
6f90b44
1 Parent(s): 765f96a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: openai/whisper-base.en
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: whispherMusic
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # whispherMusic
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
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 5e-05
45
+ - train_batch_size: 4
46
+ - eval_batch_size: 4
47
+ - seed: 42
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 5
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
64
+
65
+ - Transformers 4.31.0
66
+ - Pytorch 2.0.1+cu117
67
+ - Datasets 2.14.2
68
+ - Tokenizers 0.13.3