pritoms commited on
Commit
5fa0131
1 Parent(s): bfb380f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -12,9 +12,9 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # distilgpt2-finetuned-wikitext2
14
 
15
- This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 3.3918
18
 
19
  ## Model description
20
 
@@ -45,13 +45,14 @@ The following hyperparameters were used during training:
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:----:|:---------------:|
48
- | No log | 1.0 | 349 | 3.4119 |
49
- | 3.4442 | 2.0 | 698 | 3.3960 |
50
- | 3.3853 | 3.0 | 1047 | 3.3918 |
51
 
52
 
53
  ### Framework versions
54
 
55
- - Transformers 4.11.2
56
- - Pytorch 1.9.0+cu102
 
57
  - Tokenizers 0.10.3
12
 
13
  # distilgpt2-finetuned-wikitext2
14
 
15
+ This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 3.0540
18
 
19
  ## Model description
20
 
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:----:|:---------------:|
48
+ | No log | 1.0 | 130 | 3.1733 |
49
+ | No log | 2.0 | 260 | 3.0756 |
50
+ | No log | 3.0 | 390 | 3.0540 |
51
 
52
 
53
  ### Framework versions
54
 
55
+ - Transformers 4.11.3
56
+ - Pytorch 1.9.0+cu111
57
+ - Datasets 1.14.0
58
  - Tokenizers 0.10.3