obokkkk commited on
Commit
cff4bf5
1 Parent(s): 0738151

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_2
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
15
+
16
+ This model is a fine-tuned version of [obokkkk/mt5-base](https://huggingface.co/obokkkk/mt5-base) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 1.1742
19
+ - Bleu: 9.479
20
+ - Gen Len: 16.9226
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: 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.1834 | 9.3761 | 16.9129 |
54
+ | No log | 2.0 | 366 | 1.1791 | 9.422 | 16.9334 |
55
+ | 1.3969 | 3.0 | 549 | 1.1764 | 9.4432 | 16.9082 |
56
+ | 1.3969 | 4.0 | 732 | 1.1749 | 9.461 | 16.9157 |
57
+ | 1.3969 | 5.0 | 915 | 1.1742 | 9.479 | 16.9226 |
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