Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
sobamchan
/
t5-base-aclsum-outcome-nofilter
like
0
Text2Text Generation
Transformers
Safetensors
t5
text-generation-inference
Inference Endpoints
Model card
Files
Files and versions
Community
2
Train
Deploy
Use this model
Asianalt
commited on
Aug 8, 2024
Commit
f0e6acb
•
1 Parent(s):
41a26ac
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+4
-0
README.md
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
# Use a pipeline as a high-level helper
2
+
from transformers import pipeline
3
+
4
+
pipe = pipeline("text2text-generation", model="sobamchan/t5-base-aclsum-outcome-nofilter")