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
Create README.md
#2
by
Asianalt
- opened
Aug 8, 2024
base:
refs/heads/main
←
from:
refs/pr/2
Discussion
Files changed
+4
-0
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")