Instructions to use CAMeL-Lab/bert-base-arabic-camelbert-mix-did-nadi 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-mix-did-nadi 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-mix-did-nadi")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("CAMeL-Lab/bert-base-arabic-camelbert-mix-did-nadi") model = AutoModelForSequenceClassification.from_pretrained("CAMeL-Lab/bert-base-arabic-camelbert-mix-did-nadi") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
cc503d0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:536809cb29d1416e0ae34b27e11d15718c9414fa325157f31eda31d7132723b5
size 436444537
|