luo
commited on
Commit
•
04905cc
1
Parent(s):
ae6fba9
Training complete
Browse files- README.md +85 -0
- generation_config.json +7 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: kravchenko/uk-mt5-base
|
3 |
+
tags:
|
4 |
+
- summarization
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- xlsum
|
8 |
+
metrics:
|
9 |
+
- rouge
|
10 |
+
model-index:
|
11 |
+
- name: uk-mt5-base-xlsum-4000
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Sequence-to-sequence Language Modeling
|
15 |
+
type: text2text-generation
|
16 |
+
dataset:
|
17 |
+
name: xlsum
|
18 |
+
type: xlsum
|
19 |
+
config: ukrainian
|
20 |
+
split: validation
|
21 |
+
args: ukrainian
|
22 |
+
metrics:
|
23 |
+
- name: Rouge1
|
24 |
+
type: rouge
|
25 |
+
value: 4.2038
|
26 |
+
---
|
27 |
+
|
28 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
29 |
+
should probably proofread and complete it, then remove this comment. -->
|
30 |
+
|
31 |
+
# uk-mt5-base-xlsum-4000
|
32 |
+
|
33 |
+
This model is a fine-tuned version of [kravchenko/uk-mt5-base](https://huggingface.co/kravchenko/uk-mt5-base) on the xlsum dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 1.7909
|
36 |
+
- Rouge1: 4.2038
|
37 |
+
- Rouge2: 0.6736
|
38 |
+
- Rougel: 4.1229
|
39 |
+
- Rougelsum: 4.1353
|
40 |
+
|
41 |
+
## Model description
|
42 |
+
|
43 |
+
More information needed
|
44 |
+
|
45 |
+
## Intended uses & limitations
|
46 |
+
|
47 |
+
More information needed
|
48 |
+
|
49 |
+
## Training and evaluation data
|
50 |
+
|
51 |
+
More information needed
|
52 |
+
|
53 |
+
## Training procedure
|
54 |
+
|
55 |
+
### Training hyperparameters
|
56 |
+
|
57 |
+
The following hyperparameters were used during training:
|
58 |
+
- learning_rate: 5.6e-05
|
59 |
+
- train_batch_size: 6
|
60 |
+
- eval_batch_size: 6
|
61 |
+
- seed: 42
|
62 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
63 |
+
- lr_scheduler_type: linear
|
64 |
+
- num_epochs: 8
|
65 |
+
|
66 |
+
### Training results
|
67 |
+
|
68 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
69 |
+
|:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|
|
70 |
+
| 2.871 | 1.0 | 7201 | 1.9992 | 3.157 | 0.5155 | 3.1283 | 3.1298 |
|
71 |
+
| 2.3902 | 2.0 | 14402 | 1.9162 | 3.6231 | 0.595 | 3.5878 | 3.6125 |
|
72 |
+
| 2.2273 | 3.0 | 21603 | 1.8681 | 3.8688 | 0.5949 | 3.8101 | 3.8106 |
|
73 |
+
| 2.1219 | 4.0 | 28804 | 1.8264 | 3.7935 | 0.58 | 3.741 | 3.7647 |
|
74 |
+
| 2.0448 | 5.0 | 36005 | 1.8062 | 3.9388 | 0.7156 | 3.8877 | 3.9098 |
|
75 |
+
| 1.9898 | 6.0 | 43206 | 1.8077 | 4.3916 | 0.8113 | 4.3133 | 4.327 |
|
76 |
+
| 1.9483 | 7.0 | 50407 | 1.7935 | 4.2474 | 0.7119 | 4.1732 | 4.197 |
|
77 |
+
| 1.9209 | 8.0 | 57608 | 1.7909 | 4.2038 | 0.6736 | 4.1229 | 4.1353 |
|
78 |
+
|
79 |
+
|
80 |
+
### Framework versions
|
81 |
+
|
82 |
+
- Transformers 4.34.0
|
83 |
+
- Pytorch 2.0.1+cu118
|
84 |
+
- Datasets 2.14.5
|
85 |
+
- Tokenizers 0.14.1
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"decoder_start_token_id": 0,
|
3 |
+
"eos_token_id": 1,
|
4 |
+
"pad_token_id": 0,
|
5 |
+
"transformers_version": "4.34.0",
|
6 |
+
"use_cache": false
|
7 |
+
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 977334453
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8704aa0f990b2b361aa46df92ade52d24deb6bc408a6f417baee2ba3f97fcfa7
|
3 |
size 977334453
|