ktagowski commited on
Commit
6dbaa57
·
1 Parent(s): 2e53d6d

Upload dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +74 -0
dataset_infos.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"expansio--kpwr": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
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
+ }}