ktagowski commited on
Commit
4330ff1
·
1 Parent(s): 75a1f0d

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +11 -27
dataset_infos.json CHANGED
@@ -1,4 +1,4 @@
1
- {"expansio--kpwr": {
2
  "description": "",
3
  "citation": "",
4
  "homepage": "",
@@ -6,69 +6,53 @@
6
  "features": {
7
  "question": {
8
  "dtype": "string",
9
- "id": null,
10
  "_type": "Value"
11
  },
12
  "is_paraphrase": {
13
  "dtype": "bool",
14
- "id": null,
15
  "_type": "Value"
16
  },
17
  "answers": {
18
  "answer_end": {
19
  "feature": {
20
  "dtype": "int64",
21
- "id": null,
22
  "_type": "Value"
23
  },
24
- "length": -1,
25
- "id": null,
26
  "_type": "Sequence"
27
  },
28
  "answer_start": {
29
  "feature": {
30
  "dtype": "int64",
31
- "id": null,
32
  "_type": "Value"
33
  },
34
- "length": -1,
35
- "id": null,
36
  "_type": "Sequence"
37
  },
38
  "text": {
39
  "feature": {
40
  "dtype": "string",
41
- "id": null,
42
  "_type": "Value"
43
  },
44
- "length": -1,
45
- "id": null,
46
  "_type": "Sequence"
47
  }
48
  },
49
  "context": {
50
  "dtype": "string",
51
- "id": null,
 
 
 
52
  "_type": "Value"
53
  }
54
  },
55
- "post_processed": null,
56
- "supervised_keys": null,
57
- "task_templates": null,
58
- "builder_name": null,
59
- "config_name": null,
60
- "version": null,
61
  "splits": {
62
  "train": {
63
  "name": "train",
64
- "num_bytes": 13631241,
65
- "num_examples": 8735,
66
- "dataset_name": "kpwr"
67
  }
68
  },
69
- "download_checksums": null,
70
- "download_size": 712271,
71
- "post_processing_size": null,
72
- "dataset_size": 13631241,
73
- "size_in_bytes": 14343512
74
  }}
 
1
+ {"default": {
2
  "description": "",
3
  "citation": "",
4
  "homepage": "",
 
6
  "features": {
7
  "question": {
8
  "dtype": "string",
 
9
  "_type": "Value"
10
  },
11
  "is_paraphrase": {
12
  "dtype": "bool",
 
13
  "_type": "Value"
14
  },
15
  "answers": {
16
  "answer_end": {
17
  "feature": {
18
  "dtype": "int64",
 
19
  "_type": "Value"
20
  },
 
 
21
  "_type": "Sequence"
22
  },
23
  "answer_start": {
24
  "feature": {
25
  "dtype": "int64",
 
26
  "_type": "Value"
27
  },
 
 
28
  "_type": "Sequence"
29
  },
30
  "text": {
31
  "feature": {
32
  "dtype": "string",
 
33
  "_type": "Value"
34
  },
 
 
35
  "_type": "Sequence"
36
  }
37
  },
38
  "context": {
39
  "dtype": "string",
40
+ "_type": "Value"
41
+ },
42
+ "has_multiple_answers": {
43
+ "dtype": "bool",
44
  "_type": "Value"
45
  }
46
  },
 
 
 
 
 
 
47
  "splits": {
48
  "train": {
49
  "name": "train",
50
+ "num_bytes": 14531556,
51
+ "num_examples": 8198,
52
+ "dataset_name": null
53
  }
54
  },
55
+ "download_size": 3306389,
56
+ "dataset_size": 14531556,
57
+ "size_in_bytes": 17837945
 
 
58
  }}