Instructions to use Sbhatti33/climatebert-stance with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sbhatti33/climatebert-stance with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Sbhatti33/climatebert-stance")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Sbhatti33/climatebert-stance") model = AutoModelForSequenceClassification.from_pretrained("Sbhatti33/climatebert-stance") - Notebooks
- Google Colab
- Kaggle