Broomva commited on
Commit
618c9f7
1 Parent(s): 24b7f6b

End of training

Browse files
Files changed (2) hide show
  1. README.md +76 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google/mt5-base
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - bleu
8
+ model-index:
9
+ - name: mt5-base-translation-spa-guc
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-base-translation-spa-guc
17
+
18
+ This model is a fine-tuned version of [google/mt5-base](https://huggingface.co/google/mt5-base) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.4465
21
+ - Bleu: 3.088
22
+ - Gen Len: 16.5468
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: 8
43
+ - eval_batch_size: 8
44
+ - seed: 42
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - lr_scheduler_warmup_steps: 10
48
+ - num_epochs: 15
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
53
+ |:-------------:|:-----:|:------:|:---------------:|:------:|:-------:|
54
+ | 2.3515 | 1.0 | 7668 | 2.3255 | 1.2092 | 16.8878 |
55
+ | 2.3229 | 2.0 | 15336 | 2.0343 | 1.3948 | 16.6967 |
56
+ | 1.828 | 3.0 | 23004 | 1.8707 | 1.7948 | 16.729 |
57
+ | 1.7692 | 4.0 | 30672 | 1.7654 | 1.9816 | 16.5538 |
58
+ | 3.1073 | 5.0 | 38340 | 1.6878 | 2.2335 | 16.6662 |
59
+ | 1.8726 | 6.0 | 46008 | 1.6280 | 2.4231 | 16.566 |
60
+ | 1.8611 | 7.0 | 53676 | 1.5870 | 2.5839 | 16.5724 |
61
+ | 1.4777 | 8.0 | 61344 | 1.5476 | 2.7415 | 16.5651 |
62
+ | 1.5331 | 9.0 | 69012 | 1.5181 | 2.8105 | 16.5862 |
63
+ | 1.6348 | 10.0 | 76680 | 1.4972 | 2.9386 | 16.582 |
64
+ | 1.2195 | 11.0 | 84348 | 1.4739 | 2.9339 | 16.578 |
65
+ | 1.8651 | 12.0 | 92016 | 1.4647 | 3.0058 | 16.5431 |
66
+ | 1.3484 | 13.0 | 99684 | 1.4537 | 3.079 | 16.5513 |
67
+ | 1.5675 | 14.0 | 107352 | 1.4484 | 3.0925 | 16.5496 |
68
+ | 1.6518 | 15.0 | 115020 | 1.4465 | 3.088 | 16.5468 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.35.2
74
+ - Pytorch 1.13.1+cu117
75
+ - Datasets 2.15.0
76
+ - 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
+ }