End of training
Browse files- README.md +66 -0
- generation_config.json +6 -0
README.md
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: google/mt5-small
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: mt5-small-ukrainian-style-editor
|
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 |
+
# mt5-small-ukrainian-style-editor
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on an unknown dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.2027
|
20 |
+
- Score: 41.4271
|
21 |
+
- Counts: [18650, 13567, 10522, 7822]
|
22 |
+
- Totals: [25663, 22534, 19416, 16463]
|
23 |
+
- Precisions: [72.67271947940615, 60.206798615425576, 54.192418623815406, 47.51260402113831]
|
24 |
+
- Bp: 0.7151
|
25 |
+
- Sys Len: 25663
|
26 |
+
- Ref Len: 34270
|
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: 2e-05
|
46 |
+
- train_batch_size: 8
|
47 |
+
- eval_batch_size: 8
|
48 |
+
- seed: 42
|
49 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
50 |
+
- lr_scheduler_type: linear
|
51 |
+
- num_epochs: 2
|
52 |
+
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Score | Counts | Totals | Precisions | Bp | Sys Len | Ref Len |
|
56 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:---------------------------:|:----------------------------:|:------------------------------------------------------------------------------:|:------:|:-------:|:-------:|
|
57 |
+
| 0.2888 | 1.0 | 3129 | 0.2095 | 41.1095 | [18518, 13411, 10404, 7739] | [25905, 22776, 19652, 16594] | [71.48426944605289, 58.88215665612926, 52.94117647058823, 46.6373387971556] | 0.7240 | 25905 | 34270 |
|
58 |
+
| 0.2325 | 2.0 | 6258 | 0.2027 | 41.4271 | [18650, 13567, 10522, 7822] | [25663, 22534, 19416, 16463] | [72.67271947940615, 60.206798615425576, 54.192418623815406, 47.51260402113831] | 0.7151 | 25663 | 34270 |
|
59 |
+
|
60 |
+
|
61 |
+
### Framework versions
|
62 |
+
|
63 |
+
- Transformers 4.50.3
|
64 |
+
- Pytorch 2.6.0+cu124
|
65 |
+
- Datasets 3.5.0
|
66 |
+
- Tokenizers 0.21.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.50.3"
|
6 |
+
}
|