bmtm
Results
1
issues of
bmtm
Just as an additional option, here's what I'm using (lifted from a different GPT project) ``` # sampling helpers def top_k(logits, thres = 0.5): num_logits = logits.shape[-1] k = max(int((1...