Buseak commited on
Commit
ae5e650
1 Parent(s): 2ebee4a

End of training

Browse files
Files changed (2) hide show
  1. README.md +75 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google/mt5-small
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - bleu
8
+ model-index:
9
+ - name: pos_tagger_mT5
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
+ # pos_tagger_mT5
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.2412
21
+ - Bleu: 43.0091
22
+ - Gen Len: 15.8396
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 2e-05
42
+ - train_batch_size: 4
43
+ - eval_batch_size: 4
44
+ - seed: 42
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 15
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
52
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|
53
+ | 1.4428 | 1.0 | 1951 | 1.0474 | 5.7868 | 9.7778 |
54
+ | 1.1516 | 2.0 | 3902 | 0.9576 | 10.5757 | 12.2847 |
55
+ | 1.0597 | 3.0 | 5853 | 0.8899 | 13.9347 | 14.9239 |
56
+ | 0.9884 | 4.0 | 7804 | 0.8302 | 16.1689 | 15.3619 |
57
+ | 0.9326 | 5.0 | 9755 | 0.7601 | 18.7725 | 14.7579 |
58
+ | 0.8743 | 6.0 | 11706 | 0.6490 | 23.2392 | 15.3214 |
59
+ | 0.7841 | 7.0 | 13657 | 0.5002 | 30.4345 | 15.5328 |
60
+ | 0.6894 | 8.0 | 15608 | 0.4017 | 35.8055 | 15.7107 |
61
+ | 0.6169 | 9.0 | 17559 | 0.3348 | 39.2237 | 15.7143 |
62
+ | 0.5643 | 10.0 | 19510 | 0.2959 | 40.8199 | 15.7694 |
63
+ | 0.5362 | 11.0 | 21461 | 0.2716 | 41.8776 | 15.8021 |
64
+ | 0.515 | 12.0 | 23412 | 0.2573 | 42.4591 | 15.8157 |
65
+ | 0.4902 | 13.0 | 25363 | 0.2470 | 42.7953 | 15.8316 |
66
+ | 0.47 | 14.0 | 27314 | 0.2420 | 42.9749 | 15.8346 |
67
+ | 0.4635 | 15.0 | 29265 | 0.2412 | 43.0091 | 15.8396 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.35.2
73
+ - Pytorch 2.1.0+cu121
74
+ - Datasets 2.16.1
75
+ - 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
+ }