celsowm's picture
Create app.py
1bd71b4
raw
history blame
156 Bytes
from transformers import FlaxT5ForConditionalGeneration
model_flax = FlaxT5ForConditionalGeneration.from_pretrained("thegoodfellas/tgf-flan-t5-base-ptbr")