shrdlu9 commited on
Commit
fe3dde8
·
1 Parent(s): d20edec

Update README.md

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