Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
maibui
/
vnlp
like
0
License:
apache-2.0
Model card
Files
Files and versions
Community
main
vnlp
/
transf_sentence.py
maibui
Update transf_sentence.py
6b92c8b
almost 3 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
151 Bytes
from
transformers
import
pipeline
classifier = pipeline(
"sentiment-analysis"
)
classifier(
"I've been waiting for a HuggingFace course my whole life."
)