Instructions to use climatebert/netzero-reduction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use climatebert/netzero-reduction with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="climatebert/netzero-reduction")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("climatebert/netzero-reduction") model = AutoModelForSequenceClassification.from_pretrained("climatebert/netzero-reduction", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit ·
d1c92b6
1
Parent(s): ec9be32
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ We use the [climatebert/distilroberta-base-climate-f](https://huggingface.co/cli
|
|
| 11 |
## Citation Information
|
| 12 |
|
| 13 |
```bibtex
|
| 14 |
-
@article{
|
| 15 |
title={ClimateBERT-NetZero: Detecting and Assessing Net Zero and Reduction Targets},
|
| 16 |
author={Tobias Schimanski and Julia Bingler and Camilla Hyslop and Mathias Kraus and Markus Leippold},
|
| 17 |
year={2023}
|
|
|
|
| 11 |
## Citation Information
|
| 12 |
|
| 13 |
```bibtex
|
| 14 |
+
@article{schimanski2023detecting,
|
| 15 |
title={ClimateBERT-NetZero: Detecting and Assessing Net Zero and Reduction Targets},
|
| 16 |
author={Tobias Schimanski and Julia Bingler and Camilla Hyslop and Mathias Kraus and Markus Leippold},
|
| 17 |
year={2023}
|