Text Classification
Transformers
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use alextsiak/climatebert-bin with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alextsiak/climatebert-bin with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="alextsiak/climatebert-bin")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("alextsiak/climatebert-bin") model = AutoModelForSequenceClassification.from_pretrained("alextsiak/climatebert-bin", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
acf28fa | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:749a6cdeb711480ace83dacbcdcc18e627c8cc52b9c12cc41ced26f22f0663c3
size 5201
|