hwang2006 commited on
Commit
7391120
1 Parent(s): 71bbdde

Training complete

Browse files
Files changed (3) hide show
  1. README.md +71 -0
  2. generation_config.json +6 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google/mt5-small
4
+ tags:
5
+ - summarization
6
+ - generated_from_trainer
7
+ metrics:
8
+ - rouge
9
+ model-index:
10
+ - name: mt5-small-finetuned-amazon-reviews-en-es
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # mt5-small-finetuned-amazon-reviews-en-es
18
+
19
+ This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 3.0821
22
+ - Rouge1: 16.9898
23
+ - Rouge2: 8.8591
24
+ - Rougel: 16.4898
25
+ - Rougelsum: 16.4049
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 5.6e-05
45
+ - train_batch_size: 32
46
+ - eval_batch_size: 32
47
+ - seed: 42
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 8
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
55
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|
56
+ | No log | 1.0 | 303 | 3.8547 | 8.3494 | 2.0589 | 8.0829 | 8.1616 |
57
+ | No log | 2.0 | 606 | 3.2801 | 13.8562 | 5.4287 | 13.5685 | 13.5248 |
58
+ | No log | 3.0 | 909 | 3.1936 | 14.808 | 6.5817 | 14.0409 | 13.997 |
59
+ | 5.736 | 4.0 | 1212 | 3.1461 | 15.1274 | 7.8439 | 14.7732 | 14.7881 |
60
+ | 5.736 | 5.0 | 1515 | 3.1016 | 16.5746 | 8.598 | 16.0209 | 15.9155 |
61
+ | 5.736 | 6.0 | 1818 | 3.0917 | 16.6895 | 8.8052 | 16.1651 | 16.0524 |
62
+ | 5.736 | 7.0 | 2121 | 3.0836 | 16.9473 | 8.8697 | 16.4392 | 16.3241 |
63
+ | 3.7032 | 8.0 | 2424 | 3.0821 | 16.9898 | 8.8591 | 16.4898 | 16.4049 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.36.2
69
+ - Pytorch 2.1.1
70
+ - Datasets 2.16.1
71
+ - 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.36.2"
6
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4496142f54a4537530811d5196ce6385e24436f6e152727618abfadb1b253d17
3
  size 1200729512
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e67d73b93b4d3bb3feb7b8175c01016d829c7a33c93e4c2072e0bf775543120
3
  size 1200729512