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
- Xet hash:
- 2b1ea4b7a59a38bcb763f237c4ce2c8ba731feeb2f11841ee9061b0e6601c2b8
- Size of remote file:
- 5.2 kB
- SHA256:
- 749a6cdeb711480ace83dacbcdcc18e627c8cc52b9c12cc41ced26f22f0663c3
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.