ClimateLouie commited on
Commit
250bba2
·
verified ·
1 Parent(s): 7d9d016

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -91,8 +91,8 @@ from transformers import pipeline
91
 
92
  classifier = pipeline(
93
  "text-classification",
94
- model="your-username/AdaptationBERT",
95
- tokenizer="your-username/AdaptationBERT",
96
  )
97
 
98
  text = "The city implemented a flood resilience plan to protect coastal infrastructure from rising sea levels."
@@ -181,9 +181,9 @@ If you use this model in your research, please cite:
181
  ```bibtex
182
  @misc{adaptationbert,
183
  title={AdaptationBERT: A Fine-tuned Language Model for Climate Adaptation Text Classification},
184
- author={Tobias Schimanski},
185
  year={2024},
186
- url={https://huggingface.co/ESGBERT/AdaptationBERT}
187
  }
188
  ```
189
 
 
91
 
92
  classifier = pipeline(
93
  "text-classification",
94
+ model="ClimateLouie/AdaptationBERT",
95
+ tokenizer="ClimateLouie/AdaptationBERT",
96
  )
97
 
98
  text = "The city implemented a flood resilience plan to protect coastal infrastructure from rising sea levels."
 
181
  ```bibtex
182
  @misc{adaptationbert,
183
  title={AdaptationBERT: A Fine-tuned Language Model for Climate Adaptation Text Classification},
184
+ author={Louie Woodall, inspired by Tobias Schimanski},
185
  year={2024},
186
+ url={https://huggingface.co/ClimateLouie/AdaptationBERT}
187
  }
188
  ```
189