Create readme
Browse files
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- NER
|
7 |
+
datasets:
|
8 |
+
- wnut_17
|
9 |
+
|
10 |
+
---
|
11 |
+
|
12 |
+
|
13 |
+
bertweet-base (https://huggingface.co/vinai/bertweet-base) finetuned on WNUT (2017), following https://github.com/huggingface/transformers/tree/main/examples/legacy/token-classification
|