burmese-gpt / sample.py
Zai
training config
045b8a9
raw
history blame contribute delete
137 Bytes
# sample the texts
from burmesegpt import BurmeseGpt
gpt = BurmeseGpt()
model_name = ''
gpt.load_pretrained(model_name)
gpt.sample()