Text Classification
Transformers
Safetensors
English
deberta-v2
climate
misinformation
text-embeddings-inference
Instructions to use crarojasca/TaxonomyAugmentedCARDS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use crarojasca/TaxonomyAugmentedCARDS with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="crarojasca/TaxonomyAugmentedCARDS")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("crarojasca/TaxonomyAugmentedCARDS") model = AutoModelForSequenceClassification.from_pretrained("crarojasca/TaxonomyAugmentedCARDS") - Notebooks
- Google Colab
- Kaggle
Other languages
#1
by geekbug - opened
Hi. Do you know if the model has been trained in other languages? Thx