ConnorJL / GPT2

An implementation of training for GPT2, supports TPUs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what's the difference between sample and sample_free?

Tianyu00 opened this issue · comments

Hi. What is different between sample.txt and sample_free.txt?
I did not find explanation.
Thanks.

The normal samples are generated with top_k set to 40, the others have top_k disabled. Explanation is in the README of the samples folder.