petr-B commited on
Commit
be318ce
1 Parent(s): 581976f

Training complete

Browse files
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google/mt5-small
4
+ tags:
5
+ - summarization
6
+ - generated_from_trainer
7
+ datasets:
8
+ - gazeta
9
+ metrics:
10
+ - rouge
11
+ model-index:
12
+ - name: mt5-small-finetuned-amazon-en-es
13
+ results:
14
+ - task:
15
+ name: Sequence-to-sequence Language Modeling
16
+ type: text2text-generation
17
+ dataset:
18
+ name: gazeta
19
+ type: gazeta
20
+ config: default
21
+ split: validation
22
+ args: default
23
+ metrics:
24
+ - name: Rouge1
25
+ type: rouge
26
+ value: 9.9348
27
+ ---
28
+
29
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
30
+ should probably proofread and complete it, then remove this comment. -->
31
+
32
+ # mt5-small-finetuned-amazon-en-es
33
+
34
+ This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the gazeta dataset.
35
+ It achieves the following results on the evaluation set:
36
+ - Loss: 2.2573
37
+ - Rouge1: 9.9348
38
+ - Rouge2: 1.4701
39
+ - Rougel: 9.7352
40
+ - Rougelsum: 9.7173
41
+
42
+ ## Model description
43
+
44
+ More information needed
45
+
46
+ ## Intended uses & limitations
47
+
48
+ More information needed
49
+
50
+ ## Training and evaluation data
51
+
52
+ More information needed
53
+
54
+ ## Training procedure
55
+
56
+ ### Training hyperparameters
57
+
58
+ The following hyperparameters were used during training:
59
+ - learning_rate: 5.6e-05
60
+ - train_batch_size: 8
61
+ - eval_batch_size: 8
62
+ - seed: 42
63
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
64
+ - lr_scheduler_type: linear
65
+ - num_epochs: 8
66
+
67
+ ### Training results
68
+
69
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
70
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|
71
+ | 5.0727 | 1.0 | 763 | 2.4238 | 9.9038 | 2.2835 | 9.5715 | 9.6056 |
72
+ | 3.4561 | 2.0 | 1526 | 2.3779 | 10.5328 | 2.1668 | 10.297 | 10.2517 |
73
+ | 3.2731 | 3.0 | 2289 | 2.3248 | 11.0603 | 2.3552 | 10.9513 | 10.9458 |
74
+ | 3.1629 | 4.0 | 3052 | 2.2993 | 9.6206 | 1.553 | 9.4704 | 9.4079 |
75
+ | 3.0912 | 5.0 | 3815 | 2.2779 | 9.9379 | 1.5493 | 9.7858 | 9.7129 |
76
+ | 3.0449 | 6.0 | 4578 | 2.2698 | 10.1558 | 1.5231 | 9.947 | 9.8629 |
77
+ | 3.0184 | 7.0 | 5341 | 2.2683 | 9.7056 | 1.5373 | 9.4965 | 9.3964 |
78
+ | 2.9987 | 8.0 | 6104 | 2.2573 | 9.9348 | 1.4701 | 9.7352 | 9.7173 |
79
+
80
+
81
+ ### Framework versions
82
+
83
+ - Transformers 4.35.2
84
+ - Pytorch 2.1.0+cu121
85
+ - Datasets 2.17.0
86
+ - Tokenizers 0.15.1
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:21da50267a7c7218185c9f540562dad3db7692227d9b91bfcd00d706982d9f99
3
  size 1200729512
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10d4babd086d04a6fd3a7f2bd4bed867d45dba34354a650b147f6a15a4d1e34c
3
  size 1200729512
runs/Feb11_17-20-33_99bd03555494/events.out.tfevents.1707672052.99bd03555494.1007.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:59b66b915d737920258ee7ed2f10b030b2408fa2da0cae1e7322d3c6898459cf
3
- size 8958
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea327210a1c5e1f7a446b6f47ca86e665baa8dec0aa810291f51408fc7a39747
3
+ size 9943
runs/Feb11_17-20-33_99bd03555494/events.out.tfevents.1707676700.99bd03555494.1007.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7120efd64402b1bc7a4c47fb8fd76552f0ca695dff38ff15ebc4f5943a543245
3
+ size 562