Broomva commited on
Commit
8943ab7
1 Parent(s): bbf0805

End of training

Browse files
Files changed (3) hide show
  1. README.md +87 -0
  2. generation_config.json +6 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-pbb
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-pbb
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: 3.0646
21
+ - Bleu: 0.5194
22
+ - Gen Len: 5.3808
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: 30
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
53
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
54
+ | 9.0597 | 1.0 | 304 | 7.8135 | 0.0148 | 4.6469 |
55
+ | 6.2294 | 2.0 | 608 | 4.9617 | 0.0 | 3.9209 |
56
+ | 4.8326 | 3.0 | 912 | 4.0494 | 0.0 | 4.3808 |
57
+ | 4.582 | 4.0 | 1216 | 3.7069 | 0.0 | 5.3979 |
58
+ | 5.4762 | 5.0 | 1520 | 3.5463 | 0.0 | 5.6759 |
59
+ | 4.3875 | 6.0 | 1824 | 3.4731 | 0.0 | 5.6258 |
60
+ | 4.2873 | 7.0 | 2128 | 3.3832 | 0.0 | 5.5455 |
61
+ | 4.1326 | 8.0 | 2432 | 3.3424 | 0.0 | 5.4756 |
62
+ | 3.5728 | 9.0 | 2736 | 3.2956 | 0.0 | 5.1792 |
63
+ | 3.1873 | 10.0 | 3040 | 3.2690 | 0.0 | 5.5903 |
64
+ | 2.9436 | 11.0 | 3344 | 3.2465 | 0.1237 | 5.7655 |
65
+ | 4.2955 | 12.0 | 3648 | 3.2054 | 0.1741 | 5.4466 |
66
+ | 3.8722 | 13.0 | 3952 | 3.1764 | 0.1887 | 5.2161 |
67
+ | 3.5391 | 14.0 | 4256 | 3.1688 | 0.0951 | 5.7312 |
68
+ | 3.8012 | 15.0 | 4560 | 3.1480 | 0.1948 | 5.2964 |
69
+ | 3.1148 | 16.0 | 4864 | 3.1401 | 0.2397 | 5.7589 |
70
+ | 3.2699 | 17.0 | 5168 | 3.1186 | 0.33 | 5.386 |
71
+ | 4.3355 | 18.0 | 5472 | 3.1092 | 0.4637 | 5.1383 |
72
+ | 3.5792 | 19.0 | 5776 | 3.0966 | 0.3286 | 5.4374 |
73
+ | 3.1429 | 20.0 | 6080 | 3.0923 | 0.418 | 5.2964 |
74
+ | 3.4155 | 21.0 | 6384 | 3.0900 | 0.3938 | 5.4848 |
75
+ | 3.4515 | 22.0 | 6688 | 3.0755 | 0.4062 | 5.4124 |
76
+ | 2.8244 | 23.0 | 6992 | 3.0717 | 0.4218 | 5.3663 |
77
+ | 2.9253 | 24.0 | 7296 | 3.0663 | 0.3633 | 5.5692 |
78
+ | 2.1757 | 25.0 | 7600 | 3.0640 | 0.4768 | 5.4282 |
79
+ | 2.9356 | 26.0 | 7904 | 3.0646 | 0.5194 | 5.3808 |
80
+
81
+
82
+ ### Framework versions
83
+
84
+ - Transformers 4.35.2
85
+ - Pytorch 1.13.1+cu117
86
+ - Datasets 2.15.0
87
+ - 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
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6800d490539c322ba3a3f2e961fa883840a29975d49a9da92ca38a1d5dbc7814
3
  size 2329638768
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e5a917cbb8992033208c39b296b785efcc5a80a718f8e779b6bce7eb52ec6f0
3
  size 2329638768