Text Classification
Transformers
PyTorch
roberta
Inference Endpoints
tobischimanski commited on
Commit
bd107b6
1 Parent(s): 8b05557

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -13,10 +13,13 @@ We use the [climatebert/distilroberta-base-climate-f](https://huggingface.co/cli
13
  ## Citation Information
14
 
15
  ```bibtex
16
- @article{schimanski2023detecting,
17
- title={ClimateBERT-NetZero: Detecting and Assessing Net Zero and Reduction Targets},
18
- author={Tobias Schimanski and Julia Bingler and Camilla Hyslop and Mathias Kraus and Markus Leippold},
19
- year={2023}
 
 
 
20
  }
21
  ```
22
 
 
13
  ## Citation Information
14
 
15
  ```bibtex
16
+ @article{schimanski2023climatebertnetzero,
17
+ title={ClimateBERT-NetZero: Detecting and Assessing Net Zero and Reduction Targets},
18
+ author={Tobias Schimanski and Julia Bingler and Camilla Hyslop and Mathias Kraus and Markus Leippold},
19
+ year={2023},
20
+ eprint={2310.08096},
21
+ archivePrefix={arXiv},
22
+ primaryClass={cs.LG}
23
  }
24
  ```
25