vesteinn commited on
Commit
79dd410
·
1 Parent(s): a850dfa

README updated

Browse files
Files changed (2) hide show
  1. README.md +4 -2
  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
- ## Splits
10
 
11
- Since the original data does not have train, dev and test splits there was a need to create them. See `create_splits.py` for how that was done.
 
 
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": 46856,
70
  "dataset_name": "mim-gold-ner"
71
  },
72
  "validation": {
73
  "name": "validation",
74
  "num_bytes": 1879284,
75
- "num_examples": 5966,
76
  "dataset_name": "mim-gold-ner"
77
  },
78
  "test": {
79
  "name": "test",
80
  "num_bytes": 1850644,
81
- "num_examples": 5965,
82
  "dataset_name": "mim-gold-ner"
83
  }
84
  },
85
  "download_checksums": {
86
  "https://vesteinn.is/train.txt": {
87
- "num_bytes": 7107841,
88
- "checksum": "0887a8a92f8b3d97c18166af98b0355ada870b5b772e042aa9f0e68c82c8593b"
89
  },
90
  "https://vesteinn.is/dev.txt": {
91
- "num_bytes": 925297,
92
- "checksum": "b2ee47c03db434781b00d1a67d9f9cc3b6213b1e41db94a85cacf762192a5589"
93
  },
94
  "https://vesteinn.is/test.txt": {
95
- "num_bytes": 910816,
96
- "checksum": "6f93cc9bdb6dbd38c1c5dea04f425f27e2f3710ae2f9fbf4364f544ff6eb2206"
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,