Yonadav commited on
Commit
ba2c3ac
·
1 Parent(s): 4e8d012

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +80 -0
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - bleu
7
+ model-index:
8
+ - name: summarization_t5base_en_to_kjven
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
+ # summarization_t5base_en_to_kjven
16
+
17
+ This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.8324
20
+ - Bleu: 21.2143
21
+ - Gen Len: 18.1685
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 2e-05
41
+ - train_batch_size: 32
42
+ - eval_batch_size: 32
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 20
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
52
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|
53
+ | 1.0735 | 1.0 | 2860 | 0.9479 | 21.3913 | 18.1219 |
54
+ | 0.9776 | 2.0 | 5720 | 0.8750 | 22.1711 | 18.1307 |
55
+ | 0.918 | 3.0 | 8580 | 0.8317 | 22.6915 | 18.1381 |
56
+ | 0.8741 | 4.0 | 11440 | 0.8039 | 23.0856 | 18.1468 |
57
+ | 0.8489 | 5.0 | 14300 | 0.7841 | 23.3573 | 18.1455 |
58
+ | 0.8169 | 6.0 | 17160 | 0.7664 | 23.5073 | 18.1493 |
59
+ | 0.7965 | 7.0 | 20020 | 0.7532 | 23.6919 | 18.1495 |
60
+ | 0.78 | 8.0 | 22880 | 0.7411 | 23.8445 | 18.1461 |
61
+ | 0.7568 | 9.0 | 25740 | 0.7338 | 23.86 | 18.155 |
62
+ | 0.7496 | 10.0 | 28600 | 0.7228 | 23.953 | 18.1511 |
63
+ | 0.7411 | 11.0 | 31460 | 0.7175 | 24.0327 | 18.1511 |
64
+ | 0.8376 | 12.0 | 34320 | 0.8114 | 23.311 | 18.1319 |
65
+ | 1.1918 | 13.0 | 37180 | 0.9686 | 21.5339 | 18.1185 |
66
+ | 1.0929 | 14.0 | 40040 | 0.8978 | 21.561 | 18.1455 |
67
+ | 1.0373 | 15.0 | 42900 | 0.8617 | 21.4942 | 18.1542 |
68
+ | 1.0165 | 16.0 | 45760 | 0.8432 | 21.3962 | 18.1595 |
69
+ | 0.9973 | 17.0 | 48620 | 0.8340 | 21.2558 | 18.166 |
70
+ | 0.9889 | 18.0 | 51480 | 0.8326 | 21.2238 | 18.1687 |
71
+ | 0.9909 | 19.0 | 54340 | 0.8325 | 21.2216 | 18.1688 |
72
+ | 0.9942 | 20.0 | 57200 | 0.8324 | 21.2143 | 18.1685 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.28.1
78
+ - Pytorch 2.0.0+cu118
79
+ - Datasets 2.11.0
80
+ - Tokenizers 0.13.3