JunHyung1206 commited on
Commit
34bfd20
1 Parent(s): 27ad80f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - rouge
7
+ model-index:
8
+ - name: kobart_32_4e-5_datav2_min30_lp5.0_temperature1.0
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
+ # kobart_32_4e-5_datav2_min30_lp5.0_temperature1.0
16
+
17
+ This model is a fine-tuned version of [gogamza/kobart-base-v2](https://huggingface.co/gogamza/kobart-base-v2) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 2.6131
20
+ - Rouge1: 35.7499
21
+ - Rouge2: 13.0188
22
+ - Rougel: 23.5089
23
+ - Bleu1: 29.9409
24
+ - Bleu2: 17.5869
25
+ - Bleu3: 10.4195
26
+ - Bleu4: 6.1345
27
+ - Gen Len: 50.5967
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 4e-05
47
+ - train_batch_size: 32
48
+ - eval_batch_size: 128
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - lr_scheduler_warmup_ratio: 0.1
53
+ - num_epochs: 5.0
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Bleu1 | Bleu2 | Bleu3 | Bleu4 | Gen Len |
58
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:-------:|:-------:|:-------:|:------:|:-------:|
59
+ | 1.7368 | 3.78 | 5000 | 2.6131 | 35.7499 | 13.0188 | 23.5089 | 29.9409 | 17.5869 | 10.4195 | 6.1345 | 50.5967 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.25.1
65
+ - Pytorch 1.13.0+cu117
66
+ - Datasets 2.7.1
67
+ - Tokenizers 0.13.2