First training run with the ul2-small-dutch model (no prompt-tuning, full model finetuning) on the increased dataset
Browse files- README.md +94 -0
- generation_config.json +13 -0
README.md
ADDED
@@ -0,0 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: yhavinga/ul2-small-dutch
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: ul2-small-dutch-finetuned-oba-book-search-1
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# ul2-small-dutch-finetuned-oba-book-search-1
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [yhavinga/ul2-small-dutch](https://huggingface.co/yhavinga/ul2-small-dutch) on the None dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 3.2663
|
20 |
+
- Top-5-accuracy: 0.0597
|
21 |
+
|
22 |
+
## Model description
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Intended uses & limitations
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Training and evaluation data
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training procedure
|
35 |
+
|
36 |
+
### Training hyperparameters
|
37 |
+
|
38 |
+
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 0.3
|
40 |
+
- train_batch_size: 16
|
41 |
+
- eval_batch_size: 16
|
42 |
+
- seed: 42
|
43 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
+
- lr_scheduler_type: cosine
|
45 |
+
- lr_scheduler_warmup_steps: 1000
|
46 |
+
- num_epochs: 3
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Top-5-accuracy |
|
51 |
+
|:-------------:|:------:|:-----:|:---------------:|:--------------:|
|
52 |
+
| 6.4124 | 0.0848 | 500 | 6.3536 | 0.0 |
|
53 |
+
| 6.7952 | 0.1696 | 1000 | 6.8349 | 0.0 |
|
54 |
+
| 6.7698 | 0.2544 | 1500 | 6.5339 | 0.0 |
|
55 |
+
| 6.8332 | 0.3392 | 2000 | 6.5288 | 0.0 |
|
56 |
+
| 6.7705 | 0.4239 | 2500 | 7.1165 | 0.0 |
|
57 |
+
| 6.997 | 0.5087 | 3000 | 6.8968 | 0.0 |
|
58 |
+
| 6.7059 | 0.5935 | 3500 | 6.8425 | 0.0 |
|
59 |
+
| 6.8888 | 0.6783 | 4000 | 6.3301 | 0.0 |
|
60 |
+
| 6.4895 | 0.7631 | 4500 | 6.7270 | 0.0 |
|
61 |
+
| 6.6173 | 0.8479 | 5000 | 6.1497 | 0.0796 |
|
62 |
+
| 6.2961 | 0.9327 | 5500 | 5.9938 | 0.0796 |
|
63 |
+
| 6.2324 | 1.0175 | 6000 | 5.8314 | 0.0 |
|
64 |
+
| 6.3068 | 1.1023 | 6500 | 6.1160 | 0.0 |
|
65 |
+
| 5.9052 | 1.1870 | 7000 | 5.8330 | 0.0 |
|
66 |
+
| 6.2636 | 1.2718 | 7500 | 5.7442 | 0.0 |
|
67 |
+
| 5.9638 | 1.3566 | 8000 | 5.9032 | 0.0 |
|
68 |
+
| 5.4903 | 1.4414 | 8500 | 5.2657 | 0.0 |
|
69 |
+
| 5.3572 | 1.5262 | 9000 | 5.3021 | 0.0 |
|
70 |
+
| 5.268 | 1.6110 | 9500 | 4.8651 | 0.0 |
|
71 |
+
| 5.1901 | 1.6958 | 10000 | 4.8621 | 0.0 |
|
72 |
+
| 4.9671 | 1.7806 | 10500 | 4.8482 | 0.0 |
|
73 |
+
| 4.8376 | 1.8654 | 11000 | 4.7743 | 0.0 |
|
74 |
+
| 4.7365 | 1.9501 | 11500 | 5.2166 | 0.0 |
|
75 |
+
| 4.529 | 2.0349 | 12000 | 4.4299 | 0.0796 |
|
76 |
+
| 4.3585 | 2.1197 | 12500 | 4.2365 | 0.0199 |
|
77 |
+
| 4.2613 | 2.2045 | 13000 | 4.0390 | 0.0 |
|
78 |
+
| 4.1379 | 2.2893 | 13500 | 3.8705 | 0.1791 |
|
79 |
+
| 3.9627 | 2.3741 | 14000 | 3.6937 | 0.1791 |
|
80 |
+
| 3.8334 | 2.4589 | 14500 | 3.6306 | 0.0 |
|
81 |
+
| 3.6814 | 2.5437 | 15000 | 3.5674 | 0.2388 |
|
82 |
+
| 3.6308 | 2.6285 | 15500 | 3.4017 | 0.1990 |
|
83 |
+
| 3.5401 | 2.7132 | 16000 | 3.3286 | 0.0597 |
|
84 |
+
| 3.5336 | 2.7980 | 16500 | 3.2694 | 0.0199 |
|
85 |
+
| 3.4879 | 2.8828 | 17000 | 3.2742 | 0.0398 |
|
86 |
+
| 3.4277 | 2.9676 | 17500 | 3.2663 | 0.0597 |
|
87 |
+
|
88 |
+
|
89 |
+
### Framework versions
|
90 |
+
|
91 |
+
- Transformers 4.44.2
|
92 |
+
- Pytorch 1.13.0+cu116
|
93 |
+
- Datasets 3.0.0
|
94 |
+
- Tokenizers 0.19.1
|
generation_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"decoder_start_token_id": 0,
|
3 |
+
"diversity_penalty": 0.3,
|
4 |
+
"early_stopping": true,
|
5 |
+
"eos_token_id": 1,
|
6 |
+
"max_new_tokens": 20,
|
7 |
+
"no_repeat_ngram_size": 2,
|
8 |
+
"num_beam_groups": 5,
|
9 |
+
"num_beams": 5,
|
10 |
+
"num_return_sequences": 5,
|
11 |
+
"pad_token_id": 0,
|
12 |
+
"transformers_version": "4.44.2"
|
13 |
+
}
|