emilstabil commited on
Commit
5ed3d6f
·
1 Parent(s): 394268e

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-baseV_13284V_36974
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-baseV_13284V_36974
16
+
17
+ This model is a fine-tuned version of [emilstabil/DanSumT5-baseV_13284](https://huggingface.co/emilstabil/DanSumT5-baseV_13284) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 2.0893
20
+ - Rouge1: 34.9084
21
+ - Rouge2: 12.0759
22
+ - Rougel: 21.8064
23
+ - Rougelsum: 32.5673
24
+ - Gen Len: 125.2827
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: 6
45
+ - eval_batch_size: 6
46
+ - seed: 42
47
+ - gradient_accumulation_steps: 4
48
+ - total_train_batch_size: 24
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 | 1.0 | 79 | 2.1219 | 35.0897 | 11.9215 | 21.754 | 32.7137 | 125.2025 |
58
+ | No log | 1.99 | 158 | 2.1200 | 34.8528 | 12.0209 | 21.7675 | 32.5084 | 125.5612 |
59
+ | No log | 2.99 | 237 | 2.1127 | 34.9594 | 11.9696 | 21.698 | 32.5483 | 126.0549 |
60
+ | No log | 4.0 | 317 | 2.1042 | 34.6163 | 11.9576 | 21.82 | 32.3802 | 125.6751 |
61
+ | No log | 5.0 | 396 | 2.1058 | 35.3397 | 12.3246 | 22.2113 | 33.095 | 126.0422 |
62
+ | No log | 5.99 | 475 | 2.0987 | 35.012 | 12.1749 | 21.895 | 32.7336 | 125.9958 |
63
+ | 2.0966 | 6.99 | 554 | 2.0969 | 35.1359 | 12.1652 | 21.8921 | 32.7933 | 125.9283 |
64
+ | 2.0966 | 8.0 | 634 | 2.0940 | 35.0078 | 12.1916 | 21.9206 | 32.6762 | 125.1646 |
65
+ | 2.0966 | 9.0 | 713 | 2.0925 | 34.8858 | 12.0673 | 21.8894 | 32.5213 | 125.3797 |
66
+ | 2.0966 | 9.99 | 792 | 2.0896 | 34.747 | 11.9854 | 21.8049 | 32.3432 | 125.3924 |
67
+ | 2.0966 | 10.97 | 869 | 2.0893 | 34.9084 | 12.0759 | 21.8064 | 32.5673 | 125.2827 |
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