test / app.py
Meshalk's picture
Update app.py
11236fd verified
raw
history blame contribute delete
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")