Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,10 @@ widget:
|
|
16 |
|
17 |
Fine-tuned `twitter-roberta-base` for named entity recognition, trained using `wnut_17` with 498 additional comments from Reddit. This model is intended solely for place name extraction from social media text, other entities have therefore been removed.
|
18 |
|
|
|
|
|
|
|
|
|
19 |
|
20 |
## Use in `transformers`
|
21 |
|
|
|
16 |
|
17 |
Fine-tuned `twitter-roberta-base` for named entity recognition, trained using `wnut_17` with 498 additional comments from Reddit. This model is intended solely for place name extraction from social media text, other entities have therefore been removed.
|
18 |
|
19 |
+
This model was created with two key goals:
|
20 |
+
|
21 |
+
1. Improved NER results on social media
|
22 |
+
2. Target only place names
|
23 |
|
24 |
## Use in `transformers`
|
25 |
|