Views
No views yet
.abcdefghijklmnopqrstuvwxyz
1from model import load_model, sample 2model, vocab = load_model("mohar07/PunyPunk") 3print(sample(model, vocab, "the quick", new_tokens=200))