Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Meshalk
/
test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
test
/
app.py
Meshalk
Update app.py
11236fd
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
173 Bytes
# Use a pipeline as a high-level helper
from
transformers
import
pipeline
pipe = pipeline(
"text-classification"
, model=
"CAMeL-Lab/bert-base-arabic-camelbert-mix-sentiment"
)