Sakonii commited on
Commit
d15f0af
1 Parent(s): 77dbac0

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [Sakonii/distilgpt2-nepali](https://huggingface.co/Sakonii/distilgpt2-nepali) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 3.3749
18
 
19
  ## Model description
20
 
@@ -39,16 +39,15 @@ The following hyperparameters were used during training:
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
- - num_epochs: 3
43
  - mixed_precision_training: Native AMP
44
 
45
  ### Training results
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:------:|:---------------:|
49
- | 3.7645 | 1.0 | 94395 | 3.6291 |
50
- | 3.5857 | 2.0 | 188790 | 3.4442 |
51
- | 3.505 | 3.0 | 283185 | 3.3749 |
52
 
53
 
54
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [Sakonii/distilgpt2-nepali](https://huggingface.co/Sakonii/distilgpt2-nepali) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 3.2705
18
 
19
  ## Model description
20
 
 
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
+ - num_epochs: 2
43
  - mixed_precision_training: Native AMP
44
 
45
  ### Training results
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:------:|:---------------:|
49
+ | 3.4688 | 1.0 | 94395 | 3.3439 |
50
+ | 3.3968 | 2.0 | 188790 | 3.2705 |
 
51
 
52
 
53
  ### Framework versions