Instructions to use GeorgeIbrahim/AraBERT-MADAR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use GeorgeIbrahim/AraBERT-MADAR with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="GeorgeIbrahim/AraBERT-MADAR")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("GeorgeIbrahim/AraBERT-MADAR") model = AutoModelForSequenceClassification.from_pretrained("GeorgeIbrahim/AraBERT-MADAR", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
8499711 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1031496513ccfb0a8950ecb72d47720c03cfb3dfa6f1d8e02b45cd6a25fc65c6
size 4856
|