File size: 1,276 Bytes
84f7103
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
## Overview
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.
\
https://universaldependencies.org/en/index.html
\
The recognized NE tags are:

|  CARDINAL             |  cardinal value        |
|-----------------------|------------------------|
|  DATE                 |  date value            |
|  EVENT                |  event name            |
|  FAC                  |  building name         |
|  GPE                  |  geo-political entity  |
|  LANGUAGE             |  language name         |
|  LAW                  |  law name              |
|  LOC                  |  location name         |
|  MONEY                |  money name            |
|  NORP                 |  affiliation           |
|  ORDINAL              |  ordinal value         |
|  ORG                  |  organization name     |
|  PERCENT              |  percent value         |
|  PERSON               |  person name           |
|  PRODUCT              |  product name          |
|  QUANTITY             |  quantity value        |
|  TIME                 |  time value            |
|  WORK_OF_ART          |  name of work of art   |

\
A fine-tuned bert-base-cased model is also available.