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")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("synapti/nci-binary-detector") model = AutoModelForSequenceClassification.from_pretrained("synapti/nci-binary-detector") - Notebooks
- Google Colab
- Kaggle
Delete old weights for fresh retraining
Browse files- model.safetensors +0 -3
model.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e48724b649fbcc9f55d6b989782528171959b58f41052e547603338a6b75baa5
|
| 3 |
-
size 598439784
|
|
|
|
|
|
|
|
|
|
|
|