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