Text Classification
Transformers
PyTorch
Danish
bert
climate change
climate-classifier
political quotes
klimabert
text-embeddings-inference
Instructions to use jonahank/KlimaBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jonahank/KlimaBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="jonahank/KlimaBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("jonahank/KlimaBERT") model = AutoModelForSequenceClassification.from_pretrained("jonahank/KlimaBERT", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 60b8bc037d1d7f1a534427fb1e2f72b8ed52825c7cf3454f9bccf272346ba35e
- Size of remote file:
- 443 MB
- SHA256:
- 36285df68388c13e8a1b69aae52bb63be0a7335bc842bf153c778f2cc6a22d30
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.