Training complete
Browse files- README.md +71 -0
- generation_config.json +6 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: google/mt5-base
|
4 |
+
tags:
|
5 |
+
- summarization
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- rouge
|
9 |
+
model-index:
|
10 |
+
- name: mt5-base-finetuned-sumeczech
|
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-base-finetuned-sumeczech
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [google/mt5-base](https://huggingface.co/google/mt5-base) on an unknown dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 1.9291
|
22 |
+
- Rouge1: 15.9842
|
23 |
+
- Rouge2: 5.0275
|
24 |
+
- Rougel: 12.6308
|
25 |
+
- Rougelsum: 14.0073
|
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: 0.001
|
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: 8
|
51 |
+
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
55 |
+
|:-------------:|:-----:|:------:|:---------------:|:-------:|:------:|:-------:|:---------:|
|
56 |
+
| 2.6446 | 1.0 | 108450 | 2.4043 | 13.4797 | 3.1596 | 10.6012 | 11.798 |
|
57 |
+
| 2.3864 | 2.0 | 216900 | 2.3327 | 13.955 | 3.387 | 10.9208 | 12.165 |
|
58 |
+
| 2.3381 | 3.0 | 325350 | 2.2699 | 14.2671 | 3.5872 | 11.1539 | 12.4443 |
|
59 |
+
| 2.2583 | 4.0 | 433800 | 2.2085 | 14.5162 | 3.9249 | 11.4167 | 12.697 |
|
60 |
+
| 2.178 | 5.0 | 542250 | 2.1429 | 14.8376 | 4.1524 | 11.6426 | 12.9856 |
|
61 |
+
| 2.0847 | 6.0 | 650700 | 2.0678 | 15.0717 | 4.3497 | 11.8584 | 13.1779 |
|
62 |
+
| 1.9676 | 7.0 | 759150 | 1.9866 | 15.7074 | 4.7106 | 12.3935 | 13.7652 |
|
63 |
+
| 1.8196 | 8.0 | 867600 | 1.9291 | 15.9842 | 5.0275 | 12.6308 | 14.0073 |
|
64 |
+
|
65 |
+
|
66 |
+
### Framework versions
|
67 |
+
|
68 |
+
- Transformers 4.34.1
|
69 |
+
- Pytorch 2.1.0+cu118
|
70 |
+
- Datasets 2.14.6
|
71 |
+
- Tokenizers 0.14.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.34.1"
|
6 |
+
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2329703026
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ffda049ea0428ea5d5ff8d3b9882496aec474465dce89ff8802390e59f997c81
|
3 |
size 2329703026
|