Training complete
Browse files
README.md
ADDED
@@ -0,0 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: google/flan-t5-base
|
5 |
+
tags:
|
6 |
+
- simplification
|
7 |
+
- generated_from_trainer
|
8 |
+
metrics:
|
9 |
+
- rouge
|
10 |
+
model-index:
|
11 |
+
- name: flan-t5-base-lecturaFacil
|
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 |
+
# flan-t5-base-lecturaFacil
|
19 |
+
|
20 |
+
This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on an unknown dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.9271
|
23 |
+
- Rouge1: 7.3252
|
24 |
+
- Rouge2: 4.9334
|
25 |
+
- Rougel: 6.8872
|
26 |
+
- Rougelsum: 7.1241
|
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: 8
|
47 |
+
- eval_batch_size: 8
|
48 |
+
- seed: 42
|
49 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
+
- lr_scheduler_type: linear
|
51 |
+
- num_epochs: 30
|
52 |
+
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
56 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
|
57 |
+
| No log | 1.0 | 126 | 1.0321 | 7.3748 | 4.9629 | 6.9138 | 7.2111 |
|
58 |
+
| 1.1181 | 2.0 | 252 | 1.0070 | 7.4115 | 5.0322 | 6.9997 | 7.2421 |
|
59 |
+
| 1.1181 | 3.0 | 378 | 0.9969 | 7.3898 | 5.1086 | 6.9923 | 7.231 |
|
60 |
+
| 1.0383 | 4.0 | 504 | 0.9813 | 7.4184 | 5.0788 | 7.0037 | 7.2501 |
|
61 |
+
| 1.0383 | 5.0 | 630 | 0.9688 | 7.3659 | 5.039 | 6.9308 | 7.2087 |
|
62 |
+
| 0.983 | 6.0 | 756 | 0.9622 | 7.3641 | 4.937 | 6.9081 | 7.1724 |
|
63 |
+
| 0.983 | 7.0 | 882 | 0.9544 | 7.295 | 4.8189 | 6.8761 | 7.1125 |
|
64 |
+
| 0.951 | 8.0 | 1008 | 0.9511 | 7.3963 | 4.9845 | 6.9474 | 7.2114 |
|
65 |
+
| 0.951 | 9.0 | 1134 | 0.9465 | 7.3098 | 4.9128 | 6.839 | 7.126 |
|
66 |
+
| 0.9158 | 10.0 | 1260 | 0.9460 | 7.2637 | 4.8619 | 6.7836 | 7.0688 |
|
67 |
+
| 0.9158 | 11.0 | 1386 | 0.9419 | 7.2981 | 4.9045 | 6.8633 | 7.0929 |
|
68 |
+
| 0.8855 | 12.0 | 1512 | 0.9408 | 7.2316 | 4.8556 | 6.8036 | 7.0365 |
|
69 |
+
| 0.8855 | 13.0 | 1638 | 0.9386 | 7.304 | 4.9343 | 6.8534 | 7.1372 |
|
70 |
+
| 0.8728 | 14.0 | 1764 | 0.9361 | 7.306 | 4.8842 | 6.8442 | 7.1085 |
|
71 |
+
| 0.8728 | 15.0 | 1890 | 0.9358 | 7.3659 | 4.9194 | 6.9266 | 7.1365 |
|
72 |
+
| 0.8454 | 16.0 | 2016 | 0.9322 | 7.3037 | 4.9331 | 6.8693 | 7.1027 |
|
73 |
+
| 0.8454 | 17.0 | 2142 | 0.9309 | 7.3274 | 5.0087 | 6.933 | 7.149 |
|
74 |
+
| 0.8327 | 18.0 | 2268 | 0.9297 | 7.3654 | 4.9828 | 6.9368 | 7.1698 |
|
75 |
+
| 0.8327 | 19.0 | 2394 | 0.9287 | 7.3123 | 4.9036 | 6.8939 | 7.1085 |
|
76 |
+
| 0.8247 | 20.0 | 2520 | 0.9285 | 7.3767 | 5.0096 | 6.9674 | 7.1994 |
|
77 |
+
| 0.8247 | 21.0 | 2646 | 0.9280 | 7.3385 | 4.9576 | 6.9177 | 7.1509 |
|
78 |
+
| 0.8123 | 22.0 | 2772 | 0.9260 | 7.2944 | 4.967 | 6.8986 | 7.1205 |
|
79 |
+
| 0.8123 | 23.0 | 2898 | 0.9283 | 7.3318 | 4.9947 | 6.9124 | 7.1526 |
|
80 |
+
| 0.8022 | 24.0 | 3024 | 0.9265 | 7.3281 | 5.0144 | 6.9243 | 7.1457 |
|
81 |
+
| 0.8022 | 25.0 | 3150 | 0.9267 | 7.3298 | 4.9377 | 6.8935 | 7.122 |
|
82 |
+
| 0.7902 | 26.0 | 3276 | 0.9285 | 7.3649 | 5.0498 | 6.9359 | 7.1817 |
|
83 |
+
| 0.7902 | 27.0 | 3402 | 0.9264 | 7.3309 | 4.9617 | 6.9008 | 7.1364 |
|
84 |
+
| 0.7932 | 28.0 | 3528 | 0.9270 | 7.3137 | 4.9215 | 6.873 | 7.1133 |
|
85 |
+
| 0.7932 | 29.0 | 3654 | 0.9272 | 7.3203 | 4.9291 | 6.8813 | 7.1206 |
|
86 |
+
| 0.7849 | 30.0 | 3780 | 0.9271 | 7.3252 | 4.9334 | 6.8872 | 7.1241 |
|
87 |
+
|
88 |
+
|
89 |
+
### Framework versions
|
90 |
+
|
91 |
+
- Transformers 4.45.1
|
92 |
+
- Pytorch 2.4.1
|
93 |
+
- Datasets 3.0.1
|
94 |
+
- Tokenizers 0.20.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.45.1"
|
6 |
+
}
|
runs/Feb04_18-51-55_minion/events.out.tfevents.1738691594.minion
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:54ea5b7f480945bf4241dc901ac65f0e0707f36721a448b1827bfef54c5ec73e
|
3 |
+
size 29580
|