Commit
·
1f4bb1a
1
Parent(s):
3a36bc1
Add tag to model card metadata
Browse filesTo help make your model more discoverable to domain experts, I suggest adding a `climate` tag to the metadata for your model.
README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
pipeline_tag: token-classification
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
# Description:
|
|
@@ -47,4 +49,4 @@ Webersinke, N., Kraus, M., Bingler, J. A., & Leippold, M. (2021).
|
|
| 47 |
Climatebert: A pretrained language model for climate-related text. arXiv preprint arXiv:2110.12010.
|
| 48 |
|
| 49 |
------------------------------
|
| 50 |
-
https://kruthof.github.io
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
pipeline_tag: token-classification
|
| 4 |
+
tags:
|
| 5 |
+
- climate
|
| 6 |
---
|
| 7 |
|
| 8 |
# Description:
|
|
|
|
| 49 |
Climatebert: A pretrained language model for climate-related text. arXiv preprint arXiv:2110.12010.
|
| 50 |
|
| 51 |
------------------------------
|
| 52 |
+
https://kruthof.github.io
|