README updated
Browse files- README.md +4 -2
- dataset_infos.json +9 -9
README.md
CHANGED
@@ -6,8 +6,10 @@ The original MIM-GOLD-NER data is found at http://hdl.handle.net/20.500.12537/42
|
|
6 |
|
7 |
This repository packages the data for use with the Datasets library from hugginface.
|
8 |
|
9 |
-
##
|
10 |
|
11 |
-
|
|
|
|
|
12 |
|
13 |
|
|
|
6 |
|
7 |
This repository packages the data for use with the Datasets library from hugginface.
|
8 |
|
9 |
+
## Old splits
|
10 |
|
11 |
+
*This is no longer in use.*
|
12 |
+
|
13 |
+
At the time of creation, the original data did not have train, dev and test splits. `create_splits.py` was used to create temporary splits.
|
14 |
|
15 |
|
dataset_infos.json
CHANGED
@@ -66,34 +66,34 @@
|
|
66 |
"train": {
|
67 |
"name": "train",
|
68 |
"num_bytes": 14538308,
|
69 |
-
"num_examples":
|
70 |
"dataset_name": "mim-gold-ner"
|
71 |
},
|
72 |
"validation": {
|
73 |
"name": "validation",
|
74 |
"num_bytes": 1879284,
|
75 |
-
"num_examples":
|
76 |
"dataset_name": "mim-gold-ner"
|
77 |
},
|
78 |
"test": {
|
79 |
"name": "test",
|
80 |
"num_bytes": 1850644,
|
81 |
-
"num_examples":
|
82 |
"dataset_name": "mim-gold-ner"
|
83 |
}
|
84 |
},
|
85 |
"download_checksums": {
|
86 |
"https://vesteinn.is/train.txt": {
|
87 |
-
"num_bytes":
|
88 |
-
"checksum": "
|
89 |
},
|
90 |
"https://vesteinn.is/dev.txt": {
|
91 |
-
"num_bytes":
|
92 |
-
"checksum": "
|
93 |
},
|
94 |
"https://vesteinn.is/test.txt": {
|
95 |
-
"num_bytes":
|
96 |
-
"checksum": "
|
97 |
}
|
98 |
},
|
99 |
"download_size": 4858952,
|
|
|
66 |
"train": {
|
67 |
"name": "train",
|
68 |
"num_bytes": 14538308,
|
69 |
+
"num_examples": 46454,
|
70 |
"dataset_name": "mim-gold-ner"
|
71 |
},
|
72 |
"validation": {
|
73 |
"name": "validation",
|
74 |
"num_bytes": 1879284,
|
75 |
+
"num_examples": 6479,
|
76 |
"dataset_name": "mim-gold-ner"
|
77 |
},
|
78 |
"test": {
|
79 |
"name": "test",
|
80 |
"num_bytes": 1850644,
|
81 |
+
"num_examples": 5890,
|
82 |
"dataset_name": "mim-gold-ner"
|
83 |
}
|
84 |
},
|
85 |
"download_checksums": {
|
86 |
"https://vesteinn.is/train.txt": {
|
87 |
+
"num_bytes": 852201,
|
88 |
+
"checksum": "e5dc575215d9479e5203616e33276add808b935a33e192b354e72b247ae016cf"
|
89 |
},
|
90 |
"https://vesteinn.is/dev.txt": {
|
91 |
+
"num_bytes": 106438,
|
92 |
+
"checksum": "0073ee5d446e6684bcce7d48af6294efc27fccf8f40492786d997f81929573e6"
|
93 |
},
|
94 |
"https://vesteinn.is/test.txt": {
|
95 |
+
"num_bytes": 106582,
|
96 |
+
"checksum": "19f23dab7209f5669fe2e359c973f9d7149d2ec9bbb9200e062e06bc2a58225a"
|
97 |
}
|
98 |
},
|
99 |
"download_size": 4858952,
|