Text Classification
Transformers
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use alextsiak/climatebert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alextsiak/climatebert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="alextsiak/climatebert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("alextsiak/climatebert") model = AutoModelForSequenceClassification.from_pretrained("alextsiak/climatebert") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 7297ae0372cf863b33015dae442331e765eb1eb3bf0d9edd276ed63c5094bfdd
- Size of remote file:
- 5.2 kB
- SHA256:
- 2eb91808ea582ec77daf4863c37cdc99d22cf35c16109f2d68e7f94496216438
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.