Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
celsowm
/
flan-t5-summarize
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
celsowm
commited on
Feb 28, 2023
Commit
1bd71b4
·
1 Parent(s):
7ca9df9
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
from transformers import FlaxT5ForConditionalGeneration
2
+
3
+
model_flax = FlaxT5ForConditionalGeneration.from_pretrained("thegoodfellas/tgf-flan-t5-base-ptbr")