readme: make dataset viewer hopefully working...
Browse files
README.md
CHANGED
@@ -1,6 +1,15 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- de
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# HisGermaNER: NER Datasets for Historical German
|
|
|
1 |
---
|
2 |
language:
|
3 |
- de
|
4 |
+
configs:
|
5 |
+
- config_name: default
|
6 |
+
data_files:
|
7 |
+
- split: train
|
8 |
+
path: "splits/HisGermaNER_v0_train.tsv"
|
9 |
+
- split: validation
|
10 |
+
path: "splits/HisGermaNER_v0_dev.tsv"
|
11 |
+
- split: test
|
12 |
+
path: "splits/HisGermaNER_v0_test.tsv"
|
13 |
---
|
14 |
|
15 |
# HisGermaNER: NER Datasets for Historical German
|