RazinAleks commited on
Commit
4d446b3
1 Parent(s): 437b0c7

End of training

Browse files
Files changed (3) hide show
  1. README.md +74 -0
  2. generation_config.json +6 -0
  3. pytorch_model.bin +1 -1
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google/mt5-small
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: mT5-fine-tune
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-fine-tune
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: 2.5256
21
+ - Rouge1: 0.0822
22
+ - Rouge2: 0.0244
23
+ - Rougel: 0.0813
24
+ - Rougelsum: 0.0814
25
+ - Gen Len: 18.9803
26
+ - Chrf Score: 20.301
27
+ - Chrf Char Order: 6
28
+ - Chrf Word Order: 0
29
+ - Chrf Beta: 2
30
+
31
+ ## Model description
32
+
33
+ More information needed
34
+
35
+ ## Intended uses & limitations
36
+
37
+ More information needed
38
+
39
+ ## Training and evaluation data
40
+
41
+ More information needed
42
+
43
+ ## Training procedure
44
+
45
+ ### Training hyperparameters
46
+
47
+ The following hyperparameters were used during training:
48
+ - learning_rate: 0.0001
49
+ - train_batch_size: 16
50
+ - eval_batch_size: 16
51
+ - seed: 42
52
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
53
+ - lr_scheduler_type: linear
54
+ - num_epochs: 7
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len | Chrf Score | Chrf Char Order | Chrf Word Order | Chrf Beta |
59
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|:----------:|:---------------:|:---------------:|:---------:|
60
+ | 3.5479 | 1.0 | 1951 | 2.7435 | 0.0672 | 0.021 | 0.0666 | 0.0667 | 18.9323 | 19.2495 | 6 | 0 | 2 |
61
+ | 3.1717 | 2.0 | 3902 | 2.6452 | 0.0746 | 0.0207 | 0.0738 | 0.0737 | 18.9814 | 20.1079 | 6 | 0 | 2 |
62
+ | 3.0151 | 3.0 | 5853 | 2.6014 | 0.0834 | 0.0243 | 0.0826 | 0.0823 | 18.9891 | 20.2875 | 6 | 0 | 2 |
63
+ | 2.95 | 4.0 | 7804 | 2.5647 | 0.0765 | 0.0218 | 0.0757 | 0.0757 | 18.981 | 20.2327 | 6 | 0 | 2 |
64
+ | 2.8592 | 5.0 | 9755 | 2.5480 | 0.0822 | 0.0242 | 0.0814 | 0.0813 | 18.9819 | 20.3982 | 6 | 0 | 2 |
65
+ | 2.8214 | 6.0 | 11706 | 2.5317 | 0.0841 | 0.0255 | 0.0831 | 0.083 | 18.9764 | 20.3935 | 6 | 0 | 2 |
66
+ | 2.789 | 7.0 | 13657 | 2.5256 | 0.0822 | 0.0244 | 0.0813 | 0.0814 | 18.9803 | 20.301 | 6 | 0 | 2 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.33.0
72
+ - Pytorch 2.0.0
73
+ - Datasets 2.1.0
74
+ - Tokenizers 0.13.3
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.33.0"
6
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a20a22621886d4dd1d0ed71c0a66f3a99edcc5c59542706d7432e3ff74e84e1c
3
  size 1200772613
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b62a0eb0193ee7a002411adb9db24b85186b063b41565d1f8b670abe47e832b9
3
  size 1200772613