emilstabil commited on
Commit
765af9b
·
1 Parent(s): 7e8e2da

End of training

Browse files
Files changed (2) hide show
  1. README.md +80 -0
  2. generation_config.json +11 -0
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: emilstabil/DanSumT5-base-finetuned-test_6887-finetuned-test_1006
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: DanSumT5-base-finetuned-test_6887-finetuned-test_1006-finetuned-test_11009
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # DanSumT5-base-finetuned-test_6887-finetuned-test_1006-finetuned-test_11009
17
+
18
+ This model is a fine-tuned version of [emilstabil/DanSumT5-base-finetuned-test_6887-finetuned-test_1006](https://huggingface.co/emilstabil/DanSumT5-base-finetuned-test_6887-finetuned-test_1006) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 2.3782
21
+ - Rouge1: 32.39
22
+ - Rouge2: 8.6259
23
+ - Rougel: 18.9711
24
+ - Rougelsum: 29.8246
25
+ - Gen Len: 126.34
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 5e-05
45
+ - train_batch_size: 2
46
+ - eval_batch_size: 2
47
+ - seed: 42
48
+ - gradient_accumulation_steps: 4
49
+ - total_train_batch_size: 8
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 15
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
57
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:|
58
+ | No log | 1.0 | 100 | 2.3679 | 32.1169 | 8.3429 | 18.77 | 29.6623 | 126.64 |
59
+ | No log | 2.0 | 200 | 2.3731 | 32.3698 | 8.6912 | 18.9051 | 29.7509 | 126.33 |
60
+ | No log | 3.0 | 300 | 2.3613 | 31.6641 | 8.1301 | 18.0445 | 29.15 | 126.93 |
61
+ | No log | 4.0 | 400 | 2.3572 | 32.2198 | 8.4769 | 18.4906 | 29.7567 | 126.98 |
62
+ | 2.0202 | 5.0 | 500 | 2.3665 | 32.3042 | 8.3662 | 18.508 | 29.4379 | 126.47 |
63
+ | 2.0202 | 6.0 | 600 | 2.3637 | 32.1451 | 8.7682 | 18.8803 | 29.6716 | 126.0 |
64
+ | 2.0202 | 7.0 | 700 | 2.3640 | 32.1651 | 8.509 | 18.7387 | 29.588 | 125.97 |
65
+ | 2.0202 | 8.0 | 800 | 2.3667 | 32.0836 | 8.5881 | 18.7982 | 29.7275 | 126.21 |
66
+ | 2.0202 | 9.0 | 900 | 2.3733 | 32.0533 | 8.4997 | 18.6971 | 29.4086 | 125.88 |
67
+ | 1.864 | 10.0 | 1000 | 2.3741 | 31.7214 | 8.226 | 18.3299 | 29.3011 | 125.79 |
68
+ | 1.864 | 11.0 | 1100 | 2.3723 | 32.1068 | 8.5369 | 18.7853 | 29.4877 | 126.67 |
69
+ | 1.864 | 12.0 | 1200 | 2.3784 | 32.6049 | 8.8493 | 19.2296 | 30.1329 | 126.99 |
70
+ | 1.864 | 13.0 | 1300 | 2.3745 | 32.3626 | 8.6869 | 19.0018 | 29.7956 | 126.42 |
71
+ | 1.864 | 14.0 | 1400 | 2.3771 | 32.8879 | 8.8559 | 18.9569 | 30.255 | 126.02 |
72
+ | 1.7909 | 15.0 | 1500 | 2.3782 | 32.39 | 8.6259 | 18.9711 | 29.8246 | 126.34 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.32.1
78
+ - Pytorch 2.1.0
79
+ - Datasets 2.12.0
80
+ - Tokenizers 0.13.3
generation_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "decoder_start_token_id": 0,
3
+ "eos_token_id": 1,
4
+ "length_penalty": 5.0,
5
+ "max_length": 128,
6
+ "min_length": 9,
7
+ "no_repeat_ngram_size": 3,
8
+ "num_beams": 2,
9
+ "pad_token_id": 0,
10
+ "transformers_version": "4.32.1"
11
+ }