Training complete
Browse files
README.md
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-icelandic-summary
|
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-icelandic-summary
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on an unknown dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 2.3019
|
22 |
+
- Rouge1: 24.5314
|
23 |
+
- Rouge2: 13.108
|
24 |
+
- Rougel: 21.8551
|
25 |
+
- Rougelsum: 22.5551
|
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: 8
|
51 |
+
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
55 |
+
|:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
|
56 |
+
| 4.2489 | 1.0 | 1914 | 2.6014 | 17.9396 | 6.9767 | 15.0632 | 15.8916 |
|
57 |
+
| 3.0569 | 2.0 | 3828 | 2.4547 | 21.317 | 10.0433 | 18.6257 | 19.3813 |
|
58 |
+
| 2.8661 | 3.0 | 5742 | 2.3843 | 23.6521 | 12.2829 | 21.0046 | 21.7077 |
|
59 |
+
| 2.7543 | 4.0 | 7656 | 2.3642 | 23.8878 | 12.7041 | 21.3321 | 22.0867 |
|
60 |
+
| 2.682 | 5.0 | 9570 | 2.3379 | 24.2206 | 12.9703 | 21.6077 | 22.3493 |
|
61 |
+
| 2.6276 | 6.0 | 11484 | 2.2974 | 24.5156 | 13.1087 | 21.8464 | 22.5609 |
|
62 |
+
| 2.588 | 7.0 | 13398 | 2.3012 | 24.7653 | 13.3338 | 22.0548 | 22.762 |
|
63 |
+
| 2.5723 | 8.0 | 15312 | 2.3019 | 24.5314 | 13.108 | 21.8551 | 22.5551 |
|
64 |
+
|
65 |
+
|
66 |
+
### Framework versions
|
67 |
+
|
68 |
+
- Transformers 4.35.2
|
69 |
+
- Pytorch 2.1.0+cu118
|
70 |
+
- Datasets 2.15.0
|
71 |
+
- 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:b8702e145a95df71ed9231860d058ba9a5558f6b3ce09b7e9fd9ca4b6a81d4e6
|
3 |
size 1200729512
|
runs/Dec09_23-57-23_a8da6741609f/events.out.tfevents.1702166254.a8da6741609f.1349.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:5b1f61cc6b6036cf939f4799d45c56aa6ad83bac2af8ea97e48b029aecb11669
|
3 |
+
size 9959
|
runs/Dec09_23-57-23_a8da6741609f/events.out.tfevents.1702183290.a8da6741609f.1349.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03d3dffb52f47c753dc7057db1f73d3e2ee5dc40f999c8b1144de75f7fd9d9f5
|
3 |
+
size 562
|