PeterJinGo commited on
Commit
3bf52ab
·
verified ·
1 Parent(s): dc61473

Upload folder using huggingface_hub

Browse files
dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["test"]}
test/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36b4e0a8ee3d9de266ab93aa80f069b9d7903412f5103849351056f81c7bb303
3
+ size 27192488
test/dataset_info.json ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "parquet",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "parquet",
6
+ "dataset_size": 27183514,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "/home/peterjin/mnt/Search-R1/data/asqa_eli5_test_search/test.parquet": {
10
+ "num_bytes": 15043312,
11
+ "checksum": null
12
+ }
13
+ },
14
+ "download_size": 15043312,
15
+ "features": {
16
+ "id": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "question": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "golden_answers": {
25
+ "feature": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ },
29
+ "_type": "Sequence"
30
+ },
31
+ "metadata": {
32
+ "annotation": [
33
+ {
34
+ "knowledge": [
35
+ {
36
+ "content": {
37
+ "dtype": "string",
38
+ "_type": "Value"
39
+ },
40
+ "wikipage": {
41
+ "dtype": "string",
42
+ "_type": "Value"
43
+ }
44
+ }
45
+ ],
46
+ "long_answer": {
47
+ "dtype": "string",
48
+ "_type": "Value"
49
+ }
50
+ }
51
+ ],
52
+ "qa_pairs": [
53
+ {
54
+ "context": {
55
+ "dtype": "string",
56
+ "_type": "Value"
57
+ },
58
+ "question": {
59
+ "dtype": "string",
60
+ "_type": "Value"
61
+ },
62
+ "short_answers": {
63
+ "feature": {
64
+ "dtype": "string",
65
+ "_type": "Value"
66
+ },
67
+ "_type": "Sequence"
68
+ },
69
+ "wikipage": {
70
+ "dtype": "string",
71
+ "_type": "Value"
72
+ }
73
+ }
74
+ ]
75
+ },
76
+ "data_source": {
77
+ "dtype": "string",
78
+ "_type": "Value"
79
+ },
80
+ "prompt": [
81
+ {
82
+ "content": {
83
+ "dtype": "string",
84
+ "_type": "Value"
85
+ },
86
+ "role": {
87
+ "dtype": "string",
88
+ "_type": "Value"
89
+ }
90
+ }
91
+ ],
92
+ "ability": {
93
+ "dtype": "string",
94
+ "_type": "Value"
95
+ },
96
+ "reward_model": {
97
+ "ground_truth": {
98
+ "target": {
99
+ "feature": {
100
+ "dtype": "string",
101
+ "_type": "Value"
102
+ },
103
+ "_type": "Sequence"
104
+ }
105
+ },
106
+ "style": {
107
+ "dtype": "string",
108
+ "_type": "Value"
109
+ }
110
+ },
111
+ "extra_info": {
112
+ "index": {
113
+ "dtype": "int64",
114
+ "_type": "Value"
115
+ },
116
+ "split": {
117
+ "dtype": "string",
118
+ "_type": "Value"
119
+ }
120
+ }
121
+ },
122
+ "homepage": "",
123
+ "license": "",
124
+ "size_in_bytes": 42226826,
125
+ "splits": {
126
+ "train": {
127
+ "name": "train",
128
+ "num_bytes": 27183514,
129
+ "num_examples": 2455,
130
+ "dataset_name": "parquet"
131
+ }
132
+ },
133
+ "version": {
134
+ "version_str": "0.0.0",
135
+ "major": 0,
136
+ "minor": 0,
137
+ "patch": 0
138
+ }
139
+ }
test/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "6719101c9d1109fe",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }