Closed nikitastaf1996 closed 1 year ago
Hi, thanks for trying our model!
There are a couple of things to keep in mind:
As an example, with the prompt "Please write an essay about birds", and these options:
generated_text = model.generate(input_ids=input_ids, max_length=max_length,
eos_token_id=tokenizer.eos_token_id,
return_dict_in_generate=True, output_scores=True, top_p=0.9, top_k=50)
I'm getting
Please write an essay about birds.
To begin with, learn to identify birds by making a sketch of a bird in your mind. Draw a bird on paper and copy it with a pen on your sketch pad or at a computer.
After studying birds on paper, select 10 new birds from the drawing or copy your drawing with a pen; then look through the book for an interesting bird illustration.
[It then continues with more text]
With GPT-Neo-1.3B and the same prompt, I'm getting
Please write an essay about birds in this course
The course has a focus on the importance of birds in the food cycle, and, as part of that, asks you to write an essay about birds in one of these units! Students work in
Thank you.I am too used to ChatGPT producing excellent results.Going to try.You are doing excellent job.
I am sorry if this is stupid question. I use Google colab.Here is the code I use.It works.But it tends to produce bullshit.What am I doing wrong?