nacielo commited on
Commit
09d9061
·
1 Parent(s): 883c204

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-tiny.en
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: whispherMusicTiny
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
+ # whispherMusicTiny
17
+
18
+ This model is a fine-tuned version of [openai/whisper-tiny.en](https://huggingface.co/openai/whisper-tiny.en) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.2928
21
+ - Rouge1: 47.848
22
+ - Rouge2: 21.6764
23
+ - Rougel: 35.5314
24
+ - Rougelsum: 35.4639
25
+ - Gen Len: 40.82
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.8872 | 1.0 | 983 | 2.1971 | 37.1303 | 10.7391 | 30.2675 | 30.2912 | 38.88 |
57
+ | 2.3087 | 2.0 | 1966 | 1.9342 | 43.2573 | 16.4043 | 32.2734 | 32.2172 | 37.88 |
58
+ | 2.0355 | 3.0 | 2949 | 1.6786 | 42.6805 | 16.4311 | 31.9712 | 31.9628 | 32.77 |
59
+ | 1.7976 | 4.0 | 3932 | 1.4354 | 46.1514 | 20.0287 | 34.8065 | 34.7311 | 34.71 |
60
+ | 1.5571 | 5.0 | 4915 | 1.2928 | 47.848 | 21.6764 | 35.5314 | 35.4639 | 40.82 |
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