Update README.md
Browse files
README.md
CHANGED
|
@@ -53,7 +53,28 @@ It achieves the following results on the evaluation set:
|
|
| 53 |
|
| 54 |
## Model description
|
| 55 |
|
| 56 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
|
| 58 |
## Intended uses & limitations
|
| 59 |
|
|
|
|
| 53 |
|
| 54 |
## Model description
|
| 55 |
|
| 56 |
+
The dataset contains 19 following entities
|
| 57 |
+
```
|
| 58 |
+
'CRD': Cardinal
|
| 59 |
+
'DAT': Date
|
| 60 |
+
'EVT': Event
|
| 61 |
+
'FAC': Facility
|
| 62 |
+
'GPE': Geopolitical Entity
|
| 63 |
+
'LAW': Law Entity (such as Undang-Undang)
|
| 64 |
+
'LOC': Location
|
| 65 |
+
'MON': Money
|
| 66 |
+
'NOR': Political Organization
|
| 67 |
+
'ORD': Ordinal
|
| 68 |
+
'ORG': Organization
|
| 69 |
+
'PER': Person
|
| 70 |
+
'PRC': Percent
|
| 71 |
+
'PRD': Product
|
| 72 |
+
'QTY': Quantity
|
| 73 |
+
'REG': Religion
|
| 74 |
+
'TIM': Time
|
| 75 |
+
'WOA': Work of Art
|
| 76 |
+
'LAN': Language
|
| 77 |
+
```
|
| 78 |
|
| 79 |
## Intended uses & limitations
|
| 80 |
|