How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-classification", model="crarojasca/BinaryAugmentedCARDS")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("crarojasca/BinaryAugmentedCARDS")
model = AutoModelForSequenceClassification.from_pretrained("crarojasca/BinaryAugmentedCARDS")
Quick Links

Binary Augmented CARDS

Metrics

Datasets CARDS Augmented CARDS Support
CARDS 90.3 89.1 2931
Twitter Climate Change 68.1 88.2 4395
Golden 67.8 81.1 2711
Downloads last month
41
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Spaces using crarojasca/BinaryAugmentedCARDS 2