obokkkk commited on
Commit
7d698b0
1 Parent(s): 11c5408

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - bleu
6
+ model-index:
7
+ - name: mt5-base_2_3
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # mt5-base_2_3
15
+
16
+ This model is a fine-tuned version of [obokkkk/mt5-base_2](https://huggingface.co/obokkkk/mt5-base_2) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 1.1465
19
+ - Bleu: 9.5474
20
+ - Gen Len: 17.854
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 0.0001
40
+ - train_batch_size: 8
41
+ - eval_batch_size: 8
42
+ - seed: 42
43
+ - gradient_accumulation_steps: 64
44
+ - total_train_batch_size: 512
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 10
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
52
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
53
+ | No log | 1.0 | 175 | 1.1739 | 9.0271 | 17.8543 |
54
+ | No log | 2.0 | 350 | 1.1660 | 9.1398 | 17.8468 |
55
+ | 1.3653 | 3.0 | 525 | 1.1585 | 9.251 | 17.8656 |
56
+ | 1.3653 | 4.0 | 700 | 1.1538 | 9.3176 | 17.8476 |
57
+ | 1.3653 | 5.0 | 875 | 1.1518 | 9.3529 | 17.8608 |
58
+ | 1.2985 | 6.0 | 1050 | 1.1505 | 9.4818 | 17.8552 |
59
+ | 1.2985 | 7.0 | 1225 | 1.1475 | 9.499 | 17.8575 |
60
+ | 1.2985 | 8.0 | 1400 | 1.1471 | 9.5511 | 17.871 |
61
+ | 1.2632 | 9.0 | 1575 | 1.1459 | 9.5315 | 17.8547 |
62
+ | 1.2632 | 10.0 | 1750 | 1.1465 | 9.5474 | 17.854 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.18.0
68
+ - Pytorch 1.11.0+cu113
69
+ - Datasets 2.1.0
70
+ - Tokenizers 0.12.1