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