kimsan0622 commited on
Commit
50fbb4e
1 Parent(s): d7c69fe

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +85 -0
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - jsonl_dataset_sum.py
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: summarization_all
10
+ results:
11
+ - task:
12
+ name: Summarization
13
+ type: summarization
14
+ dataset:
15
+ name: jsonl_dataset_sum.py
16
+ type: jsonl_dataset_sum.py
17
+ config: 'null'
18
+ split: None
19
+ metrics:
20
+ - name: Rouge1
21
+ type: rouge
22
+ value: 21.7197
23
+ license: artistic-2.0
24
+ language:
25
+ - ko
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # summarization_all
32
+
33
+ This model is a fine-tuned version of [KETI-AIR/long-ke-t5-base](https://huggingface.co/KETI-AIR/long-ke-t5-base) on the jsonl_dataset_sum.py dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 1.0758
36
+ - Rouge1: 21.7197
37
+ - Rouge2: 10.1392
38
+ - Rougel: 21.1499
39
+ - Rougelsum: 21.173
40
+ - Gen Len: 87.4589
41
+
42
+ ## Model description
43
+
44
+ More information needed
45
+
46
+ ## Intended uses & limitations
47
+
48
+ More information needed
49
+
50
+ ## Training and evaluation data
51
+
52
+ More information needed
53
+
54
+ ## Training procedure
55
+
56
+ ### Training hyperparameters
57
+
58
+ The following hyperparameters were used during training:
59
+ - learning_rate: 0.001
60
+ - train_batch_size: 1
61
+ - eval_batch_size: 1
62
+ - seed: 42
63
+ - distributed_type: multi-GPU
64
+ - num_devices: 8
65
+ - total_train_batch_size: 8
66
+ - total_eval_batch_size: 8
67
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
68
+ - lr_scheduler_type: linear
69
+ - num_epochs: 3.0
70
+
71
+ ### Training results
72
+
73
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
74
+ |:-------------:|:-----:|:------:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
75
+ | 1.2171 | 1.0 | 184670 | 1.2070 | 20.611 | 9.2868 | 20.0833 | 20.1095 | 87.4065 |
76
+ | 1.0916 | 2.0 | 369340 | 1.1190 | 21.3264 | 9.8656 | 20.7683 | 20.8005 | 88.0284 |
77
+ | 0.9823 | 3.0 | 554010 | 1.0758 | 21.7197 | 10.1392 | 21.1499 | 21.173 | 87.4589 |
78
+
79
+
80
+ ### Framework versions
81
+
82
+ - Transformers 4.25.1
83
+ - Pytorch 1.12.0
84
+ - Datasets 2.8.0
85
+ - Tokenizers 0.13.2