sandeep16064
commited on
Commit
·
95f37b9
1
Parent(s):
87828b3
Training complete
Browse files- README.md +73 -0
- generation_config.json +6 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-arxiv-dataset-research-paper
|
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-arxiv-dataset-research-paper
|
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: 1.5399
|
22 |
+
- Rouge1: 54.613
|
23 |
+
- Rouge2: 31.1543
|
24 |
+
- Rougel: 50.7709
|
25 |
+
- Rougelsum: 50.7907
|
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: 8
|
46 |
+
- eval_batch_size: 8
|
47 |
+
- seed: 42
|
48 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
+
- lr_scheduler_type: linear
|
50 |
+
- num_epochs: 10
|
51 |
+
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
55 |
+
|:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
|
56 |
+
| 3.3244 | 1.0 | 5511 | 1.8904 | 51.0778 | 28.3112 | 47.4136 | 47.404 |
|
57 |
+
| 2.2747 | 2.0 | 11022 | 1.7450 | 51.8372 | 28.9814 | 48.0917 | 48.0965 |
|
58 |
+
| 2.0745 | 3.0 | 16533 | 1.6567 | 52.518 | 29.7276 | 48.727 | 48.7504 |
|
59 |
+
| 1.9516 | 4.0 | 22044 | 1.6210 | 54.2404 | 30.8927 | 50.4042 | 50.3996 |
|
60 |
+
| 1.8714 | 5.0 | 27555 | 1.5971 | 53.8556 | 30.6665 | 50.112 | 50.1177 |
|
61 |
+
| 1.8112 | 6.0 | 33066 | 1.5649 | 54.179 | 31.0178 | 50.407 | 50.4281 |
|
62 |
+
| 1.7644 | 7.0 | 38577 | 1.5605 | 54.3104 | 30.7997 | 50.4555 | 50.4861 |
|
63 |
+
| 1.7265 | 8.0 | 44088 | 1.5447 | 54.5593 | 31.0283 | 50.6343 | 50.6605 |
|
64 |
+
| 1.7013 | 9.0 | 49599 | 1.5440 | 54.7385 | 31.3073 | 50.9111 | 50.9334 |
|
65 |
+
| 1.6864 | 10.0 | 55110 | 1.5399 | 54.613 | 31.1543 | 50.7709 | 50.7907 |
|
66 |
+
|
67 |
+
|
68 |
+
### Framework versions
|
69 |
+
|
70 |
+
- Transformers 4.32.1
|
71 |
+
- Pytorch 2.1.0
|
72 |
+
- Datasets 2.12.0
|
73 |
+
- Tokenizers 0.13.3
|
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.32.1"
|
6 |
+
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1200770370
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7f6c251573e8694d827a36635792e11e30edaca277f5bbe3e322e03cb756e97
|
3 |
size 1200770370
|