vietnews-gpt2 / README.md
truongpdd's picture
Create README.md
cbe4e90
|
raw
history blame
159 Bytes
from transformers import AutoModelForCausalLM

model = AutoModelForCausalLM.from_pretrained('truongpdd/vietnamese-news-gpt2-5epochs', from_flax=True)