taozi555 commited on
Commit
96c25c6
·
verified ·
1 Parent(s): 8b81913

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. data-00000-of-00001.arrow +3 -0
  2. dataset_info.json +75 -0
  3. state.json +13 -0
data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc03b3c1895b85ea0e63a48102ada13f5343c5b9f7dc4385dd3fc9c76f1380f7
3
+ size 11875144
dataset_info.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "parquet",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "wiki_qa",
6
+ "dataset_size": 6380546,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "hf://datasets/microsoft/wiki_qa@3f104672b5de699878fe7907afc486f0de325eb5/data/test-00000-of-00001.parquet": {
10
+ "num_bytes": 593691,
11
+ "checksum": null
12
+ },
13
+ "hf://datasets/microsoft/wiki_qa@3f104672b5de699878fe7907afc486f0de325eb5/data/validation-00000-of-00001.parquet": {
14
+ "num_bytes": 263516,
15
+ "checksum": null
16
+ },
17
+ "hf://datasets/microsoft/wiki_qa@3f104672b5de699878fe7907afc486f0de325eb5/data/train-00000-of-00001.parquet": {
18
+ "num_bytes": 2004001,
19
+ "checksum": null
20
+ }
21
+ },
22
+ "download_size": 2861208,
23
+ "features": {
24
+ "input_ids": {
25
+ "feature": {
26
+ "dtype": "int32",
27
+ "_type": "Value"
28
+ },
29
+ "_type": "Sequence"
30
+ },
31
+ "labels": {
32
+ "feature": {
33
+ "dtype": "int64",
34
+ "_type": "Value"
35
+ },
36
+ "_type": "Sequence"
37
+ },
38
+ "attention_mask": {
39
+ "feature": {
40
+ "dtype": "int8",
41
+ "_type": "Value"
42
+ },
43
+ "_type": "Sequence"
44
+ }
45
+ },
46
+ "homepage": "",
47
+ "license": "",
48
+ "size_in_bytes": 9241754,
49
+ "splits": {
50
+ "test": {
51
+ "name": "test",
52
+ "num_bytes": 1334032,
53
+ "num_examples": 6165,
54
+ "dataset_name": "wiki_qa"
55
+ },
56
+ "validation": {
57
+ "name": "validation",
58
+ "num_bytes": 590107,
59
+ "num_examples": 2733,
60
+ "dataset_name": "wiki_qa"
61
+ },
62
+ "train": {
63
+ "name": "train",
64
+ "num_bytes": 4456407,
65
+ "num_examples": 20360,
66
+ "dataset_name": "wiki_qa"
67
+ }
68
+ },
69
+ "version": {
70
+ "version_str": "0.0.0",
71
+ "major": 0,
72
+ "minor": 0,
73
+ "patch": 0
74
+ }
75
+ }
state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "851430746de59722",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }