Instructions to use CAMeL-Lab/bert-base-arabic-camelbert-msa-sentiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CAMeL-Lab/bert-base-arabic-camelbert-msa-sentiment with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="CAMeL-Lab/bert-base-arabic-camelbert-msa-sentiment")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("CAMeL-Lab/bert-base-arabic-camelbert-msa-sentiment") model = AutoModelForSequenceClassification.from_pretrained("CAMeL-Lab/bert-base-arabic-camelbert-msa-sentiment") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
8e6087b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:543da83a6ae351ad8088f1649ada775981cf83567d970a6b1b2f13b70e21d7d4
size 436389169
|