emilstabil commited on
Commit
6a82730
·
1 Parent(s): 9b17252

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_52355V_7660
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_52355V_7660
16
+
17
+ This model is a fine-tuned version of [emilstabil/DanSumT5-smallV_45767V_52355](https://huggingface.co/emilstabil/DanSumT5-smallV_45767V_52355) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 2.3932
20
+ - Rouge1: 34.5352
21
+ - Rouge2: 11.9341
22
+ - Rougel: 21.4899
23
+ - Rougelsum: 32.0084
24
+ - Gen Len: 126.2447
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: 1e-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.4069 | 34.5802 | 11.8249 | 21.4672 | 32.0387 | 125.9072 |
58
+ | No log | 2.0 | 95 | 2.4024 | 34.3627 | 11.7441 | 21.2184 | 31.8869 | 126.0042 |
59
+ | No log | 2.99 | 142 | 2.4040 | 34.2328 | 11.5022 | 21.2019 | 31.7474 | 125.9958 |
60
+ | No log | 4.0 | 190 | 2.4002 | 34.3259 | 11.5709 | 21.2498 | 31.8805 | 126.2068 |
61
+ | No log | 4.99 | 237 | 2.3988 | 34.3771 | 11.5555 | 21.3218 | 31.8772 | 125.9367 |
62
+ | No log | 6.0 | 285 | 2.3983 | 34.4098 | 11.6914 | 21.3358 | 31.9277 | 126.3333 |
63
+ | No log | 6.99 | 332 | 2.3960 | 34.5531 | 11.8207 | 21.4971 | 32.0056 | 126.616 |
64
+ | No log | 8.0 | 380 | 2.3952 | 34.3497 | 11.7249 | 21.3948 | 31.8378 | 126.789 |
65
+ | No log | 8.99 | 427 | 2.3935 | 34.4175 | 11.9061 | 21.4974 | 31.9233 | 126.6329 |
66
+ | No log | 10.0 | 475 | 2.3935 | 34.5727 | 11.9325 | 21.5313 | 32.0453 | 126.2447 |
67
+ | 2.5639 | 10.88 | 517 | 2.3932 | 34.5352 | 11.9341 | 21.4899 | 32.0084 | 126.2447 |
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