dfsaab commited on
Commit
0738264
1 Parent(s): 647626b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -10
README.md CHANGED
@@ -16,7 +16,11 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on the wikitext dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 3.6331
 
 
 
 
20
 
21
  ## Model description
22
 
@@ -43,15 +47,6 @@ The following hyperparameters were used during training:
43
  - lr_scheduler_type: linear
44
  - num_epochs: 3.0
45
 
46
- ### Training results
47
-
48
- | Training Loss | Epoch | Step | Validation Loss |
49
- |:-------------:|:-----:|:----:|:---------------:|
50
- | 3.5629 | 1.0 | 2334 | 3.6409 |
51
- | 3.4889 | 2.0 | 4668 | 3.6342 |
52
- | 3.4684 | 3.0 | 7002 | 3.6331 |
53
-
54
-
55
  ### Framework versions
56
 
57
  - Transformers 4.30.2
 
16
 
17
  This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on the wikitext dataset.
18
  It achieves the following results on the evaluation set:
19
+ - eval_loss: 4.4818
20
+ - eval_runtime: 13.363
21
+ - eval_samples_per_second: 144.429
22
+ - eval_steps_per_second: 18.11
23
+ - step: 0
24
 
25
  ## Model description
26
 
 
47
  - lr_scheduler_type: linear
48
  - num_epochs: 3.0
49
 
 
 
 
 
 
 
 
 
 
50
  ### Framework versions
51
 
52
  - Transformers 4.30.2