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