Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Languages:
Romanian
Size:
10K - 100K
ArXiv:
License:
Commit
•
19513dc
1
Parent(s):
f6a6205
Add link to paper (#2)
Browse files- Add link to paper (b3a235b646358f8013b93960d7f7905f0ae73ce2)
Co-authored-by: Daniel van Strien <davanstrien@users.noreply.huggingface.co>
README.md
CHANGED
@@ -61,6 +61,7 @@ size_categories:
|
|
61 |
# HistNERo
|
62 |
|
63 |
This repository contains the Historical Romanian Named Entity Recognition (HistNERo) dataset. The dataset has 10,026 sentences (i.e. 8,020 train, 1,003 valid and 1,003 train) annotated with five named entities: PERSON, ORGANIZATION, LOCATION, PRODUCT and DATE.
|
|
|
64 |
|
65 |
## Loading
|
66 |
|
|
|
61 |
# HistNERo
|
62 |
|
63 |
This repository contains the Historical Romanian Named Entity Recognition (HistNERo) dataset. The dataset has 10,026 sentences (i.e. 8,020 train, 1,003 valid and 1,003 train) annotated with five named entities: PERSON, ORGANIZATION, LOCATION, PRODUCT and DATE.
|
64 |
+
You can read more about the dataset in this [*HistNERo: Historical Named Entity Recognition for the Romanian Language*](https://arxiv.org/abs/2405.00155)
|
65 |
|
66 |
## Loading
|
67 |
|