JimmyPin commited on
Commit
851737b
·
verified ·
1 Parent(s): 85b6b2d

Training complete

Browse files
Files changed (2) hide show
  1. README.md +85 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: google/mt5-small
5
+ tags:
6
+ - summarization
7
+ - generated_from_trainer
8
+ metrics:
9
+ - rouge
10
+ model-index:
11
+ - name: mt5-finetuned-summarize-small
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-finetuned-summarize-small
19
+
20
+ This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: nan
23
+ - Rouge1: 0.0
24
+ - Rouge2: 0.0
25
+ - Rougel: 0.0
26
+ - Rougelsum: 0.0
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 5e-05
46
+ - train_batch_size: 8
47
+ - eval_batch_size: 8
48
+ - seed: 42
49
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 20
52
+ - mixed_precision_training: Native AMP
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
57
+ |:-------------:|:-------:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
58
+ | 0.0 | 0.9875 | 79 | nan | 0.0 | 0.0 | 0.0 | 0.0 |
59
+ | 0.0 | 1.975 | 158 | nan | 0.0 | 0.0 | 0.0 | 0.0 |
60
+ | 0.0 | 2.9625 | 237 | nan | 0.0 | 0.0 | 0.0 | 0.0 |
61
+ | 0.0 | 3.95 | 316 | nan | 0.0 | 0.0 | 0.0 | 0.0 |
62
+ | 0.0 | 4.9375 | 395 | nan | 0.0 | 0.0 | 0.0 | 0.0 |
63
+ | 0.0 | 5.925 | 474 | nan | 0.0 | 0.0 | 0.0 | 0.0 |
64
+ | 0.0 | 6.9125 | 553 | nan | 0.0 | 0.0 | 0.0 | 0.0 |
65
+ | 0.0 | 7.9 | 632 | nan | 0.0 | 0.0 | 0.0 | 0.0 |
66
+ | 0.0 | 8.8875 | 711 | nan | 0.0 | 0.0 | 0.0 | 0.0 |
67
+ | 0.0 | 9.875 | 790 | nan | 0.0 | 0.0 | 0.0 | 0.0 |
68
+ | 0.0 | 10.8625 | 869 | nan | 0.0 | 0.0 | 0.0 | 0.0 |
69
+ | 0.0 | 11.85 | 948 | nan | 0.0 | 0.0 | 0.0 | 0.0 |
70
+ | 0.0 | 12.8375 | 1027 | nan | 0.0 | 0.0 | 0.0 | 0.0 |
71
+ | 0.0 | 13.825 | 1106 | nan | 0.0 | 0.0 | 0.0 | 0.0 |
72
+ | 0.0 | 14.8125 | 1185 | nan | 0.0 | 0.0 | 0.0 | 0.0 |
73
+ | 0.0 | 15.8 | 1264 | nan | 0.0 | 0.0 | 0.0 | 0.0 |
74
+ | 0.0 | 16.7875 | 1343 | nan | 0.0 | 0.0 | 0.0 | 0.0 |
75
+ | 0.0 | 17.775 | 1422 | nan | 0.0 | 0.0 | 0.0 | 0.0 |
76
+ | 0.0 | 18.7625 | 1501 | nan | 0.0 | 0.0 | 0.0 | 0.0 |
77
+ | 0.0 | 19.75 | 1580 | nan | 0.0 | 0.0 | 0.0 | 0.0 |
78
+
79
+
80
+ ### Framework versions
81
+
82
+ - Transformers 4.47.1
83
+ - Pytorch 2.5.1+cu121
84
+ - Datasets 3.2.0
85
+ - Tokenizers 0.21.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.47.1"
6
+ }