Sakonii commited on
Commit
38ba3d6
1 Parent(s): 23695ae

End of training

Browse files
Files changed (1) hide show
  1. README.md +11 -7
README.md CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [Sakonii/distilgpt2-nepali](https://huggingface.co/Sakonii/distilgpt2-nepali) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 4.2404
19
 
20
  ## Model description
21
 
@@ -35,18 +35,22 @@ More information needed
35
 
36
  The following hyperparameters were used during training:
37
  - learning_rate: 5e-05
38
- - train_batch_size: 17
39
- - eval_batch_size: 17
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
- - num_epochs: 1
44
 
45
  ### Training results
46
 
47
- | Training Loss | Epoch | Step | Validation Loss |
48
- |:-------------:|:-----:|:----:|:---------------:|
49
- | 4.3015 | 1.0 | 118 | 4.2404 |
 
 
 
 
50
 
51
 
52
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [Sakonii/distilgpt2-nepali](https://huggingface.co/Sakonii/distilgpt2-nepali) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 3.9077
19
 
20
  ## Model description
21
 
 
35
 
36
  The following hyperparameters were used during training:
37
  - learning_rate: 5e-05
38
+ - train_batch_size: 72
39
+ - eval_batch_size: 72
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
+ - num_epochs: 5
44
 
45
  ### Training results
46
 
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:-----:|:---------------:|
49
+ | 4.1278 | 1.0 | 6829 | 4.0184 |
50
+ | 3.9461 | 2.0 | 13658 | 3.9630 |
51
+ | 3.8268 | 3.0 | 20487 | 3.9319 |
52
+ | 3.7978 | 4.0 | 27316 | 3.9140 |
53
+ | 3.7949 | 5.0 | 34145 | 3.9077 |
54
 
55
 
56
  ### Framework versions