ZhiguangHan commited on
Commit
282e80b
·
1 Parent(s): 5986d69

End of training

Browse files
Files changed (2) hide show
  1. README.md +71 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google/mt5-small
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: mt5-small-task2-dataset3
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # mt5-small-task2-dataset3
17
+
18
+ This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.3659
21
+ - Accuracy: 0.632
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: 5.6e-05
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 16
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 12
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 7.624 | 1.0 | 250 | 1.4193 | 0.314 |
53
+ | 2.0235 | 2.0 | 500 | 0.9796 | 0.408 |
54
+ | 1.284 | 3.0 | 750 | 0.7148 | 0.48 |
55
+ | 0.9385 | 4.0 | 1000 | 0.5765 | 0.512 |
56
+ | 0.7315 | 5.0 | 1250 | 0.4948 | 0.55 |
57
+ | 0.642 | 6.0 | 1500 | 0.4369 | 0.59 |
58
+ | 0.5668 | 7.0 | 1750 | 0.4125 | 0.606 |
59
+ | 0.5187 | 8.0 | 2000 | 0.4030 | 0.614 |
60
+ | 0.4809 | 9.0 | 2250 | 0.3812 | 0.626 |
61
+ | 0.4563 | 10.0 | 2500 | 0.3722 | 0.63 |
62
+ | 0.4434 | 11.0 | 2750 | 0.3683 | 0.628 |
63
+ | 0.4469 | 12.0 | 3000 | 0.3659 | 0.632 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.35.2
69
+ - Pytorch 2.1.0+cu121
70
+ - Datasets 2.15.0
71
+ - Tokenizers 0.15.0
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "decoder_start_token_id": 0,
3
+ "eos_token_id": 1,
4
+ "pad_token_id": 0,
5
+ "transformers_version": "4.35.2"
6
+ }