Instructions to use fspacheco/climate-claim with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fspacheco/climate-claim with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="fspacheco/climate-claim")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("fspacheco/climate-claim") model = AutoModelForSequenceClassification.from_pretrained("fspacheco/climate-claim") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload RobertaForSequenceClassification 7f911fa
initial commit d371494
Fernando S. Pacheco commited on