Training complete
Browse files
README.md
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: ADL_HW2_MT5
|
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 |
+
# ADL_HW2_MT5
|
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: 3.5085
|
23 |
+
- Rouge1: 13.6234
|
24 |
+
- Rouge2: 4.8107
|
25 |
+
- Rougel: 13.4828
|
26 |
+
- Rougelsum: 13.4694
|
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: 5.6e-05
|
46 |
+
- train_batch_size: 64
|
47 |
+
- eval_batch_size: 64
|
48 |
+
- seed: 42
|
49 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
+
- lr_scheduler_type: linear
|
51 |
+
- num_epochs: 8
|
52 |
+
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
56 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|
|
57 |
+
| 6.652 | 1.0 | 340 | 3.9727 | 10.0329 | 3.8308 | 9.954 | 9.9802 |
|
58 |
+
| 4.5708 | 2.0 | 680 | 3.7827 | 11.1164 | 4.1328 | 11.0046 | 11.0159 |
|
59 |
+
| 4.3069 | 3.0 | 1020 | 3.6472 | 12.405 | 4.4789 | 12.2766 | 12.308 |
|
60 |
+
| 4.1563 | 4.0 | 1360 | 3.5830 | 12.6726 | 4.5588 | 12.5504 | 12.5738 |
|
61 |
+
| 4.0715 | 5.0 | 1700 | 3.5509 | 12.6934 | 4.7831 | 12.5682 | 12.5705 |
|
62 |
+
| 4.0094 | 6.0 | 2040 | 3.5241 | 13.3107 | 4.8201 | 13.198 | 13.2002 |
|
63 |
+
| 3.9728 | 7.0 | 2380 | 3.5153 | 13.3888 | 4.7922 | 13.2839 | 13.2947 |
|
64 |
+
| 3.9505 | 8.0 | 2720 | 3.5085 | 13.6234 | 4.8107 | 13.4828 | 13.4694 |
|
65 |
+
|
66 |
+
|
67 |
+
### Framework versions
|
68 |
+
|
69 |
+
- Transformers 4.44.2
|
70 |
+
- Pytorch 2.4.1+cu121
|
71 |
+
- Datasets 3.0.1
|
72 |
+
- Tokenizers 0.19.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.44.2"
|
6 |
+
}
|
runs/Oct05_11-36-39_e1301c939b99/events.out.tfevents.1728128209.e1301c939b99.4496.0
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:933624aa84f04264b320e59ece025bcdb2f263b1db21de6c5fdd53f920624389
|
3 |
+
size 11007
|