Quantization made by Richard Erkhov.
-
en
tags:
-
text-generation
-
gpt2
-
gpt
license: mit
widget:
-
text: |+
Do you like my new haircut?
person beta:
example_title: haircut
-
text: |+
I love to learn new things.. are you willing to teach me something?
person beta:
example_title: teaching
-
text: |+
What's your favorite animal? Mine is the dog?
person beta:
example_title: favorite
-
text: |+
how much does it cost?
person beta:
example_title: money
inference:
parameters:
min_length: 2
max_length: 64
length_penalty: 0.6
no_repeat_ngram_size: 3
do_sample: true
top_p: 0.85
top_k: 10
repetition_penalty: 2.1
pipeline_tag: text-generation
This model is a fine-tuned version of
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.