Oleksandr2003 commited on
Commit
8481c70
·
1 Parent(s): 52a7e9a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -7
README.md CHANGED
@@ -13,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  This model is a fine-tuned version of [kravchenko/uk-mt5-small](https://huggingface.co/kravchenko/uk-mt5-small) on the None dataset.
15
  It achieves the following results on the evaluation set:
16
- - Loss: 5.9233
17
 
18
  ## Model description
19
 
@@ -33,20 +33,23 @@ More information needed
33
 
34
  The following hyperparameters were used during training:
35
  - learning_rate: 2e-05
36
- - train_batch_size: 8
37
- - eval_batch_size: 8
38
  - seed: 42
39
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
  - lr_scheduler_type: linear
41
- - num_epochs: 3
42
 
43
  ### Training results
44
 
45
  | Training Loss | Epoch | Step | Validation Loss |
46
  |:-------------:|:-----:|:----:|:---------------:|
47
- | 36.3545 | 1.0 | 600 | 14.7369 |
48
- | 17.8623 | 2.0 | 1200 | 7.3282 |
49
- | 11.5209 | 3.0 | 1800 | 5.8238 |
 
 
 
50
 
51
 
52
  ### Framework versions
 
13
 
14
  This model is a fine-tuned version of [kravchenko/uk-mt5-small](https://huggingface.co/kravchenko/uk-mt5-small) on the None dataset.
15
  It achieves the following results on the evaluation set:
16
+ - Loss: 0.1393
17
 
18
  ## Model description
19
 
 
33
 
34
  The following hyperparameters were used during training:
35
  - learning_rate: 2e-05
36
+ - train_batch_size: 5
37
+ - eval_batch_size: 5
38
  - seed: 42
39
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
  - lr_scheduler_type: linear
41
+ - num_epochs: 6
42
 
43
  ### Training results
44
 
45
  | Training Loss | Epoch | Step | Validation Loss |
46
  |:-------------:|:-----:|:----:|:---------------:|
47
+ | 13.0967 | 1.0 | 1066 | 4.2630 |
48
+ | 1.2776 | 2.0 | 2132 | 0.2823 |
49
+ | 0.4383 | 3.0 | 3198 | 0.2164 |
50
+ | 0.3195 | 4.0 | 4264 | 0.1831 |
51
+ | 0.2614 | 5.0 | 5330 | 0.1596 |
52
+ | 0.233 | 6.0 | 6396 | 0.1498 |
53
 
54
 
55
  ### Framework versions