Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## Overview
|
2 |
+
This model consists of a bert-base-uncased model fine-tuned for Named Entity Recognition (NER) with 18 NE tags on the Universal Dependencies English dataset.
|
3 |
+
\
|
4 |
+
https://universaldependencies.org/en/index.html
|
5 |
+
\
|
6 |
+
The recognized NE tags are:
|
7 |
+
|
8 |
+
| CARDINAL | cardinal value |
|
9 |
+
|-----------------------|------------------------|
|
10 |
+
| DATE | date value |
|
11 |
+
| EVENT | event name |
|
12 |
+
| FAC | building name |
|
13 |
+
| GPE | geo-political entity |
|
14 |
+
| LANGUAGE | language name |
|
15 |
+
| LAW | law name |
|
16 |
+
| LOC | location name |
|
17 |
+
| MONEY | money name |
|
18 |
+
| NORP | affiliation |
|
19 |
+
| ORDINAL | ordinal value |
|
20 |
+
| ORG | organization name |
|
21 |
+
| PERCENT | percent value |
|
22 |
+
| PERSON | person name |
|
23 |
+
| PRODUCT | product name |
|
24 |
+
| QUANTITY | quantity value |
|
25 |
+
| TIME | time value |
|
26 |
+
| WORK_OF_ART | name of work of art |
|
27 |
+
|
28 |
+
\
|
29 |
+
A fine-tuned bert-base-cased model is also available.
|