shzamalam commited on
Commit
bed6c51
·
verified ·
1 Parent(s): 93f9011

Training complete

Browse files
Files changed (3) hide show
  1. README.md +73 -0
  2. generation_config.json +6 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: akahana/mt5-small-google
5
+ tags:
6
+ - summarization
7
+ - generated_from_trainer
8
+ metrics:
9
+ - rouge
10
+ model-index:
11
+ - name: mt5-small-google-finetuned-amazon-en-es
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # mt5-small-google-finetuned-amazon-en-es
19
+
20
+ This model is a fine-tuned version of [akahana/mt5-small-google](https://huggingface.co/akahana/mt5-small-google) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 6.3094
23
+ - Model Preparation Time: 0.0043
24
+ - Rouge1: 3.9907
25
+ - Rouge2: 0.0
26
+ - Rougel: 3.728
27
+ - Rougelsum: 3.7451
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 5.6e-05
47
+ - train_batch_size: 8
48
+ - eval_batch_size: 8
49
+ - seed: 42
50
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 8
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Model Preparation Time | Rouge1 | Rouge2 | Rougel | Rougelsum |
57
+ |:-------------:|:-----:|:----:|:---------------:|:----------------------:|:------:|:------:|:------:|:---------:|
58
+ | 36.3235 | 1.0 | 1209 | 10.4603 | 0.0043 | 1.9526 | 0.0 | 1.9645 | 1.9549 |
59
+ | 10.1253 | 2.0 | 2418 | 7.8354 | 0.0043 | 2.7987 | 0.0 | 2.738 | 2.7197 |
60
+ | 8.2571 | 3.0 | 3627 | 7.1225 | 0.0043 | 2.7838 | 0.0 | 2.7297 | 2.7215 |
61
+ | 7.5278 | 4.0 | 4836 | 6.7621 | 0.0043 | 3.6597 | 0.0 | 3.4788 | 3.4724 |
62
+ | 7.1356 | 5.0 | 6045 | 6.5444 | 0.0043 | 3.8173 | 0.0 | 3.5713 | 3.5866 |
63
+ | 6.8907 | 6.0 | 7254 | 6.3968 | 0.0043 | 3.8173 | 0.0 | 3.5334 | 3.5352 |
64
+ | 6.753 | 7.0 | 8463 | 6.3399 | 0.0043 | 3.9907 | 0.0 | 3.728 | 3.7451 |
65
+ | 6.6743 | 8.0 | 9672 | 6.3094 | 0.0043 | 3.9907 | 0.0 | 3.728 | 3.7451 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.54.1
71
+ - Pytorch 2.5.1+cu121
72
+ - Datasets 4.0.0
73
+ - Tokenizers 0.21.4
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.54.1"
6
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5454ecc1f11f1349a03b37e5df8801be3f396aeb20dd3f79a7d090f04b7e4032
3
  size 1200729512
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a8f0f9c17b1f576939d3c41e4fc607762e68f859ef7e1ad52824863ed58aaba
3
  size 1200729512