nacielo commited on
Commit
53084ff
1 Parent(s): f345463

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: ''
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - rouge
7
+ model-index:
8
+ - name: wav2GPT2MusiSD3100
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
+ # wav2GPT2MusiSD3100
16
+
17
+ This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.4161
20
+ - Rouge1: 44.7443
21
+ - Rouge2: 17.1312
22
+ - Rougel: 32.345
23
+ - Rougelsum: 32.3028
24
+ - Gen Len: 48.0
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 5e-05
44
+ - train_batch_size: 4
45
+ - eval_batch_size: 4
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 10
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
54
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
55
+ | 2.8472 | 1.0 | 983 | 2.2487 | 34.6108 | 8.988 | 28.3576 | 28.296 | 28.0 |
56
+ | 2.4122 | 2.0 | 1966 | 2.0819 | 32.7125 | 12.0296 | 26.8296 | 26.8069 | 17.0 |
57
+ | 2.2629 | 3.0 | 2949 | 1.9330 | 35.1797 | 9.6539 | 29.1791 | 29.1386 | 27.0 |
58
+ | 2.1172 | 4.0 | 3932 | 1.8069 | 35.1797 | 9.6539 | 29.1791 | 29.1386 | 27.0 |
59
+ | 2.0178 | 5.0 | 4915 | 1.6942 | 31.452 | 9.5377 | 26.3165 | 26.2784 | 38.0 |
60
+ | 1.929 | 6.0 | 5898 | 1.6032 | 40.4263 | 13.1411 | 30.9662 | 30.876 | 41.0 |
61
+ | 1.8463 | 7.0 | 6881 | 1.5313 | 42.0504 | 14.6769 | 32.1858 | 32.11 | 38.0 |
62
+ | 1.7884 | 8.0 | 7864 | 1.4716 | 43.0698 | 14.1014 | 32.5069 | 32.4717 | 38.0 |
63
+ | 1.738 | 9.0 | 8847 | 1.4317 | 44.7769 | 17.0917 | 32.2387 | 32.1911 | 48.0 |
64
+ | 1.6979 | 10.0 | 9830 | 1.4161 | 44.7443 | 17.1312 | 32.345 | 32.3028 | 48.0 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.31.0
70
+ - Pytorch 2.0.1+cu117
71
+ - Datasets 2.14.2
72
+ - Tokenizers 0.13.3