Update README.md
Browse files
README.md
CHANGED
|
@@ -91,8 +91,8 @@ from transformers import pipeline
|
|
| 91 |
|
| 92 |
classifier = pipeline(
|
| 93 |
"text-classification",
|
| 94 |
-
model="
|
| 95 |
-
tokenizer="
|
| 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/
|
| 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 |
|