ktagowski commited on
Commit
36bb9b1
·
1 Parent(s): 3c74507

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +65 -52
dataset_infos.json CHANGED
@@ -1,58 +1,71 @@
1
- {"default": {
2
- "description": "",
3
- "citation": "",
4
- "homepage": "",
5
- "license": "",
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": 8707602,
51
- "num_examples": 1786,
52
- "dataset_name": null
53
- }
54
- },
55
- "download_size": 1066329,
56
- "dataset_size": 8707602,
57
- "size_in_bytes": 9773931
58
- }}
 
1
+ {
2
+ "default": {
3
+ "description": "",
4
+ "citation": "",
5
+ "homepage": "",
6
+ "license": "",
7
+ "features": {
8
+ "question": {
9
+ "dtype": "string",
10
+ "_type": "Value"
 
 
 
 
 
 
 
 
 
 
 
11
  },
12
+ "is_paraphrase": {
13
+ "dtype": "bool",
14
+ "_type": "Value"
 
 
 
15
  },
16
+ "answers": {
17
+ "answer_end": {
18
+ "feature": {
19
+ "dtype": "int64",
20
+ "_type": "Value"
21
+ },
22
+ "_type": "Sequence"
23
+ },
24
+ "answer_start": {
25
+ "feature": {
26
+ "dtype": "int64",
27
+ "_type": "Value"
28
+ },
29
+ "_type": "Sequence"
30
  },
31
+ "text": {
32
+ "feature": {
33
+ "dtype": "string",
34
+ "_type": "Value"
35
+ },
36
+ "_type": "Sequence"
37
+ }
38
+ },
39
+ "context": {
40
+ "dtype": "string",
41
+ "_type": "Value"
42
+ },
43
+ "dataset": {
44
+ "dtype": "string",
45
+ "_type": "Value"
46
+ },
47
+ "context_id": {
48
+ "dtype": "int64",
49
+ "_type": "Value"
50
  }
51
  },
52
+ "config_name": "default",
53
+ "splits": {
54
+ "train": {
55
+ "name": "train",
56
+ "num_bytes": 5204131,
57
+ "num_examples": 1198,
58
+ "dataset_name": null
59
+ },
60
+ "validation": {
61
+ "name": "validation",
62
+ "num_bytes": 1134242,
63
+ "num_examples": 312,
64
+ "dataset_name": null
65
+ }
66
  },
67
+ "download_size": 835697,
68
+ "dataset_size": 6338373,
69
+ "size_in_bytes": 7174070
70
+ }
71
+ }