nacielo commited on
Commit
93b416c
1 Parent(s): 4c87714

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: hubert2BertMusic200
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
+ # hubert2BertMusic200
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: 2.1978
20
+ - Rouge1: 43.2017
21
+ - Rouge2: 16.8011
22
+ - Rougel: 28.9318
23
+ - Rougelsum: 28.9902
24
+ - Gen Len: 36.25
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
+ | 5.4406 | 1.0 | 983 | 4.3610 | 34.3659 | 11.8654 | 26.2895 | 26.2889 | 22.06 |
56
+ | 3.9853 | 2.0 | 1966 | 3.1187 | 43.3423 | 19.8183 | 31.8791 | 31.8738 | 45.21 |
57
+ | 3.269 | 3.0 | 2949 | 2.8130 | 38.1887 | 14.2128 | 29.0488 | 29.127 | 28.63 |
58
+ | 3.0045 | 4.0 | 3932 | 2.6330 | 37.1625 | 14.669 | 27.8372 | 27.8784 | 27.94 |
59
+ | 2.8579 | 5.0 | 4915 | 2.5208 | 41.7213 | 18.5002 | 29.5178 | 29.5437 | 35.87 |
60
+ | 2.721 | 6.0 | 5898 | 2.3881 | 41.2077 | 16.757 | 28.387 | 28.4421 | 29.84 |
61
+ | 2.6466 | 7.0 | 6881 | 2.3244 | 38.8737 | 14.5737 | 27.2573 | 27.2661 | 32.52 |
62
+ | 2.5749 | 8.0 | 7864 | 2.2520 | 41.5266 | 16.128 | 28.4608 | 28.4961 | 34.55 |
63
+ | 2.5065 | 9.0 | 8847 | 2.2142 | 44.3673 | 17.3337 | 29.6919 | 29.7362 | 39.92 |
64
+ | 2.4872 | 10.0 | 9830 | 2.1978 | 43.2017 | 16.8011 | 28.9318 | 28.9902 | 36.25 |
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