obokkkk commited on
Commit
9200381
1 Parent(s): 5df972c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - bleu
6
+ model-index:
7
+ - name: mt5-base
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
15
+
16
+ This model was trained from scratch on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 1.2760
19
+ - Bleu: 8.6707
20
+ - Gen Len: 16.9319
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.001
40
+ - train_batch_size: 8
41
+ - eval_batch_size: 8
42
+ - seed: 42
43
+ - gradient_accumulation_steps: 256
44
+ - total_train_batch_size: 2048
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 5
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
52
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
53
+ | No log | 1.0 | 183 | 1.4997 | 6.2141 | 17.0073 |
54
+ | No log | 2.0 | 366 | 1.3718 | 7.4647 | 16.9205 |
55
+ | 1.9408 | 3.0 | 549 | 1.3184 | 8.1938 | 16.8962 |
56
+ | 1.9408 | 4.0 | 732 | 1.2857 | 8.5265 | 16.9167 |
57
+ | 1.9408 | 5.0 | 915 | 1.2760 | 8.6707 | 16.9319 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.18.0
63
+ - Pytorch 1.11.0+cu113
64
+ - Datasets 2.1.0
65
+ - Tokenizers 0.12.1