yjernite HF staff commited on
Commit
db9119d
1 Parent(s): 2046689

Delete hate_speech18_default_train_text_5000_space_embeds/dataset_info.json

Browse files
hate_speech18_default_train_text_5000_space_embeds/dataset_info.json DELETED
@@ -1,63 +0,0 @@
1
- {
2
- "builder_name": "squad",
3
- "citation": "@article{2016arXiv160605250R,\n author = {{Rajpurkar}, Pranav and {Zhang}, Jian and {Lopyrev},\n Konstantin and {Liang}, Percy},\n title = \"{SQuAD: 100,000+ Questions for Machine Comprehension of Text}\",\n journal = {arXiv e-prints},\n year = 2016,\n eid = {arXiv:1606.05250},\n pages = {arXiv:1606.05250},\narchivePrefix = {arXiv},\n eprint = {1606.05250},\n}\n",
4
- "config_name": "plain_text",
5
- "dataset_size": 89819400,
6
- "description": "Stanford Question Answering Dataset (SQuAD) is a reading comprehension dataset, consisting of questions posed by crowdworkers on a set of Wikipedia articles, where the answer to every question is a segment of text, or span, from the corresponding reading passage, or the question might be unanswerable.\n",
7
- "download_checksums": {
8
- "https://rajpurkar.github.io/SQuAD-explorer/dataset/train-v1.1.json": {
9
- "num_bytes": 30288272,
10
- "checksum": "3527663986b8295af4f7fcdff1ba1ff3f72d07d61a20f487cb238a6ef92fd955"
11
- },
12
- "https://rajpurkar.github.io/SQuAD-explorer/dataset/dev-v1.1.json": {
13
- "num_bytes": 4854279,
14
- "checksum": "95aa6a52d5d6a735563366753ca50492a658031da74f301ac5238b03966972c9"
15
- }
16
- },
17
- "download_size": 35142551,
18
- "features": {
19
- "embed": {
20
- "feature": {
21
- "dtype": "float64",
22
- "id": null,
23
- "_type": "Value"
24
- },
25
- "length": -1,
26
- "id": null,
27
- "_type": "Sequence"
28
- },
29
- "text": {
30
- "dtype": "string",
31
- "id": null,
32
- "_type": "Value"
33
- }
34
- },
35
- "homepage": "https://rajpurkar.github.io/SQuAD-explorer/",
36
- "license": "",
37
- "post_processed": null,
38
- "post_processing_size": null,
39
- "size_in_bytes": 124961951,
40
- "splits": {
41
- "train": {
42
- "name": "train",
43
- "num_bytes": 79346360,
44
- "num_examples": 87599,
45
- "dataset_name": "squad"
46
- },
47
- "validation": {
48
- "name": "validation",
49
- "num_bytes": 10473040,
50
- "num_examples": 10570,
51
- "dataset_name": "squad"
52
- }
53
- },
54
- "supervised_keys": null,
55
- "task_templates": [],
56
- "version": {
57
- "version_str": "1.0.0",
58
- "description": "",
59
- "major": 1,
60
- "minor": 0,
61
- "patch": 0
62
- }
63
- }