ZhiguangHan
commited on
Commit
•
b532629
1
Parent(s):
05f45c7
End of training
Browse files
README.md
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-small-dataset2
|
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-small-dataset2
|
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: 1.5680
|
21 |
+
- Rouge1: 0.556
|
22 |
+
- Rouge2: 0.2002
|
23 |
+
- Rougel: 0.5256
|
24 |
+
- Rougelsum: 0.5248
|
25 |
+
|
26 |
+
## Model description
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Intended uses & limitations
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training and evaluation data
|
35 |
+
|
36 |
+
More information needed
|
37 |
+
|
38 |
+
## Training procedure
|
39 |
+
|
40 |
+
### Training hyperparameters
|
41 |
+
|
42 |
+
The following hyperparameters were used during training:
|
43 |
+
- learning_rate: 5.6e-05
|
44 |
+
- train_batch_size: 8
|
45 |
+
- eval_batch_size: 8
|
46 |
+
- seed: 42
|
47 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
+
- lr_scheduler_type: linear
|
49 |
+
- num_epochs: 8
|
50 |
+
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
|
55 |
+
| 4.4723 | 1.0 | 500 | 2.1274 | 0.3988 | 0.082 | 0.373 | 0.3729 |
|
56 |
+
| 2.2471 | 2.0 | 1000 | 1.8718 | 0.4855 | 0.1556 | 0.4623 | 0.4617 |
|
57 |
+
| 2.0198 | 3.0 | 1500 | 1.7499 | 0.5365 | 0.1946 | 0.5122 | 0.5112 |
|
58 |
+
| 1.8858 | 4.0 | 2000 | 1.6731 | 0.5431 | 0.1957 | 0.5179 | 0.5174 |
|
59 |
+
| 1.803 | 5.0 | 2500 | 1.6180 | 0.5562 | 0.2093 | 0.5296 | 0.5294 |
|
60 |
+
| 1.7344 | 6.0 | 3000 | 1.5948 | 0.5561 | 0.2008 | 0.5254 | 0.5249 |
|
61 |
+
| 1.7034 | 7.0 | 3500 | 1.5644 | 0.5608 | 0.2069 | 0.5314 | 0.5305 |
|
62 |
+
| 1.6794 | 8.0 | 4000 | 1.5680 | 0.556 | 0.2002 | 0.5256 | 0.5248 |
|
63 |
+
|
64 |
+
|
65 |
+
### Framework versions
|
66 |
+
|
67 |
+
- Transformers 4.35.2
|
68 |
+
- Pytorch 2.1.0+cu118
|
69 |
+
- Datasets 2.15.0
|
70 |
+
- 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.35.2"
|
6 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1200729512
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:808b44065dc35746e6cddf849ca0169327ebabe1cf14174f234aef45ee8dd731
|
3 |
size 1200729512
|
runs/Dec08_12-11-03_4d527b2a7dc5/events.out.tfevents.1702037471.4d527b2a7dc5.14357.2
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3fca6a14ce08d6a767261735603eda34d25cd1ab50d805c2857d7269be8a7a8e
|
3 |
+
size 9903
|