emilstabil commited on
Commit
04e3d33
1 Parent(s): fa73b68

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_36974V_40973
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_36974V_40973
16
+
17
+ This model is a fine-tuned version of [emilstabil/DanSumT5-baseV_13284V_36974](https://huggingface.co/emilstabil/DanSumT5-baseV_13284V_36974) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 2.0844
20
+ - Rouge1: 34.7659
21
+ - Rouge2: 12.0539
22
+ - Rougel: 21.7003
23
+ - Rougelsum: 32.4346
24
+ - Gen Len: 125.7257
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: 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.0942 | 34.8616 | 12.1787 | 21.938 | 32.7257 | 125.2743 |
58
+ | No log | 1.99 | 158 | 2.0948 | 35.2673 | 12.4538 | 22.1361 | 33.0224 | 125.4852 |
59
+ | No log | 2.99 | 237 | 2.0952 | 34.9658 | 12.3838 | 21.8458 | 32.7172 | 125.4684 |
60
+ | No log | 4.0 | 317 | 2.0912 | 35.0599 | 12.2917 | 22.056 | 32.8679 | 125.789 |
61
+ | No log | 5.0 | 396 | 2.0928 | 34.8244 | 12.177 | 21.7107 | 32.5448 | 125.7342 |
62
+ | No log | 5.99 | 475 | 2.0921 | 34.9628 | 12.0905 | 21.9328 | 32.6944 | 125.7384 |
63
+ | 1.9703 | 6.99 | 554 | 2.0894 | 35.2438 | 12.2584 | 22.0919 | 32.8896 | 125.6118 |
64
+ | 1.9703 | 8.0 | 634 | 2.0880 | 35.0228 | 12.0681 | 21.9121 | 32.6604 | 125.7848 |
65
+ | 1.9703 | 9.0 | 713 | 2.0864 | 34.9607 | 12.0556 | 21.8096 | 32.5884 | 125.6751 |
66
+ | 1.9703 | 9.99 | 792 | 2.0849 | 34.7755 | 12.0721 | 21.7294 | 32.4555 | 125.7215 |
67
+ | 1.9703 | 10.97 | 869 | 2.0844 | 34.7659 | 12.0539 | 21.7003 | 32.4346 | 125.7257 |
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