MikkoLipsanen
commited on
Commit
·
5afd4b8
1
Parent(s):
25dc135
Update README.md
Browse files
README.md
CHANGED
@@ -60,12 +60,12 @@ dataset were filtered out from the dataset used for training the model. In addit
|
|
60 |
digitized documents from Finnish public administration was also used for model training. The number of entities belonging to the different
|
61 |
entity classes contained in training, validation and test datasets are listed below:
|
62 |
|
63 |
-
Number of entity types in the data
|
64 |
Dataset|PERSON|ORG|LOC|GPE|PRODUCT|EVENT|DATE|JON|FIBC|NORP
|
65 |
-|-|-|-|-|-|-|-|-|-|-
|
66 |
-
Train|
|
67 |
-
Val|
|
68 |
-
Test|
|
69 |
|
70 |
## Training procedure
|
71 |
|
|
|
60 |
digitized documents from Finnish public administration was also used for model training. The number of entities belonging to the different
|
61 |
entity classes contained in training, validation and test datasets are listed below:
|
62 |
|
63 |
+
### Number of entity types in the data
|
64 |
Dataset|PERSON|ORG|LOC|GPE|PRODUCT|EVENT|DATE|JON|FIBC|NORP
|
65 |
-|-|-|-|-|-|-|-|-|-|-
|
66 |
+
Train|11691|30026|868|12999|7473|1184|14918|01360|1879|2068
|
67 |
+
Val|1542|4042|108|1654|879|160|1858|177|257|299
|
68 |
+
Test|1267|3698|86|1713|901|137|1843|174|233|260
|
69 |
|
70 |
## Training procedure
|
71 |
|