emilstabil commited on
Commit
2ed9665
·
1 Parent(s): 73d3d70

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - rouge
7
+ model-index:
8
+ - name: DanSumT5-smallV_45767V_52355
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
+ # DanSumT5-smallV_45767V_52355
16
+
17
+ This model is a fine-tuned version of [emilstabil/DanSumT5-smallV_45767](https://huggingface.co/emilstabil/DanSumT5-smallV_45767) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 2.4059
20
+ - Rouge1: 34.4784
21
+ - Rouge2: 11.7874
22
+ - Rougel: 21.2024
23
+ - Rougelsum: 32.0698
24
+ - Gen Len: 126.0211
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: 3e-05
44
+ - train_batch_size: 10
45
+ - eval_batch_size: 10
46
+ - seed: 42
47
+ - gradient_accumulation_steps: 4
48
+ - total_train_batch_size: 40
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 11
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
56
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:--------:|
57
+ | No log | 0.99 | 47 | 2.4476 | 34.2545 | 11.5442 | 21.045 | 31.8547 | 126.557 |
58
+ | No log | 2.0 | 95 | 2.4372 | 34.4857 | 11.8209 | 21.0909 | 32.063 | 126.5105 |
59
+ | No log | 2.99 | 142 | 2.4321 | 33.9859 | 11.5454 | 21.0554 | 31.6295 | 126.5907 |
60
+ | No log | 4.0 | 190 | 2.4220 | 34.4331 | 11.7682 | 21.2039 | 32.0393 | 126.827 |
61
+ | No log | 4.99 | 237 | 2.4187 | 34.3511 | 11.8482 | 21.4824 | 31.9866 | 126.2447 |
62
+ | No log | 6.0 | 285 | 2.4178 | 34.3999 | 12.0167 | 21.3841 | 32.094 | 126.3038 |
63
+ | No log | 6.99 | 332 | 2.4119 | 34.0619 | 11.882 | 21.2583 | 31.713 | 126.0338 |
64
+ | No log | 8.0 | 380 | 2.4081 | 34.3605 | 11.8248 | 21.3351 | 32.0082 | 125.9409 |
65
+ | No log | 8.99 | 427 | 2.4072 | 34.2218 | 11.7791 | 21.3086 | 31.8756 | 125.8186 |
66
+ | No log | 10.0 | 475 | 2.4066 | 34.5265 | 11.8846 | 21.3612 | 32.1396 | 125.8608 |
67
+ | 2.6208 | 10.88 | 517 | 2.4059 | 34.4784 | 11.7874 | 21.2024 | 32.0698 | 126.0211 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.30.2
73
+ - Pytorch 1.12.1+git7548e2f
74
+ - Datasets 2.13.2
75
+ - Tokenizers 0.13.3