Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# clm_output_medium
|
15 |
|
16 |
-
This model is a fine-tuned version of [gpt2-medium](https://huggingface.co/gpt2-medium) on the wikitext
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Loss: 2.6973
|
19 |
|
@@ -27,7 +27,7 @@ More information needed
|
|
27 |
|
28 |
## Training and evaluation data
|
29 |
|
30 |
-
|
31 |
|
32 |
## Training procedure
|
33 |
|
|
|
13 |
|
14 |
# clm_output_medium
|
15 |
|
16 |
+
This model is a fine-tuned version of [gpt2-medium](https://huggingface.co/gpt2-medium) on the [wikitext-103-raw-v1](https://huggingface.co/datasets/wikitext) dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Loss: 2.6973
|
19 |
|
|
|
27 |
|
28 |
## Training and evaluation data
|
29 |
|
30 |
+
[wikitext-103-raw-v1](https://huggingface.co/datasets/wikitext) dataset
|
31 |
|
32 |
## Training procedure
|
33 |
|