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