Text Classification
Transformers
Safetensors
modernbert
propaganda-detection
binary-classification
nci-protocol
text-embeddings-inference
Instructions to use synapti/nci-binary-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use synapti/nci-binary-detector with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="synapti/nci-binary-detector", device_map="auto")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("synapti/nci-binary-detector") model = AutoModelForSequenceClassification.from_pretrained("synapti/nci-binary-detector", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
4caa504 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c1be75a7bbc1e87d42052a69bee01f6eaf1e6586d629ebf02cacfdf4eb951e52
size 5841
|