Update README.md
Browse files
README.md
CHANGED
@@ -35,9 +35,10 @@ inference:
|
|
35 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
36 |
should probably proofread and complete it, then remove this comment. -->
|
37 |
|
38 |
-
# gpt2-medium-
|
|
|
|
|
39 |
|
40 |
-
This model is a fine-tuned version of [gpt2-medium](https://huggingface.co/gpt2-medium) on an unknown dataset.
|
41 |
It achieves the following results on the evaluation set:
|
42 |
- Loss: 4.3281
|
43 |
|
|
|
35 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
36 |
should probably proofread and complete it, then remove this comment. -->
|
37 |
|
38 |
+
# pszemraj/gpt2-medium-vaguely-human-dialogue
|
39 |
+
|
40 |
+
This model is a fine-tuned version of [gpt2-medium](https://huggingface.co/gpt2-medium) on a parsed version of Wizard of Wikipedia. Because the batch size was so large, it learned a general understanding of words that makes sense together but does not specifically respond to anything - sort of like an alien learning to imitate human words to convince others that it is human.
|
41 |
|
|
|
42 |
It achieves the following results on the evaluation set:
|
43 |
- Loss: 4.3281
|
44 |
|