Upload folder using huggingface_hub
Browse files- dataset_dict.json +1 -0
- test/data-00000-of-00001.arrow +3 -0
- test/dataset_info.json +98 -0
- test/state.json +13 -0
- train/data-00000-of-00001.arrow +3 -0
- train/dataset_info.json +98 -0
- train/state.json +13 -0
dataset_dict.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"splits": ["train", "test"]}
|
test/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78a367e546602454ac7f6c5d46611a1238b251125ba03322818a483f026b065d
|
3 |
+
size 16671208
|
test/dataset_info.json
ADDED
@@ -0,0 +1,98 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": "parquet",
|
3 |
+
"citation": "",
|
4 |
+
"config_name": "default",
|
5 |
+
"dataset_name": "parquet",
|
6 |
+
"dataset_size": 16664894,
|
7 |
+
"description": "",
|
8 |
+
"download_checksums": {
|
9 |
+
"/home/peterjin/mnt/Search-R1/data/nq_rag/test.parquet": {
|
10 |
+
"num_bytes": 8663884,
|
11 |
+
"checksum": null
|
12 |
+
}
|
13 |
+
},
|
14 |
+
"download_size": 8663884,
|
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 |
+
"context": {
|
32 |
+
"dtype": "string",
|
33 |
+
"_type": "Value"
|
34 |
+
},
|
35 |
+
"data_source": {
|
36 |
+
"dtype": "string",
|
37 |
+
"_type": "Value"
|
38 |
+
},
|
39 |
+
"prompt": [
|
40 |
+
{
|
41 |
+
"content": {
|
42 |
+
"dtype": "string",
|
43 |
+
"_type": "Value"
|
44 |
+
},
|
45 |
+
"role": {
|
46 |
+
"dtype": "string",
|
47 |
+
"_type": "Value"
|
48 |
+
}
|
49 |
+
}
|
50 |
+
],
|
51 |
+
"ability": {
|
52 |
+
"dtype": "string",
|
53 |
+
"_type": "Value"
|
54 |
+
},
|
55 |
+
"reward_model": {
|
56 |
+
"ground_truth": {
|
57 |
+
"target": {
|
58 |
+
"feature": {
|
59 |
+
"dtype": "string",
|
60 |
+
"_type": "Value"
|
61 |
+
},
|
62 |
+
"_type": "Sequence"
|
63 |
+
}
|
64 |
+
},
|
65 |
+
"style": {
|
66 |
+
"dtype": "string",
|
67 |
+
"_type": "Value"
|
68 |
+
}
|
69 |
+
},
|
70 |
+
"extra_info": {
|
71 |
+
"index": {
|
72 |
+
"dtype": "int64",
|
73 |
+
"_type": "Value"
|
74 |
+
},
|
75 |
+
"split": {
|
76 |
+
"dtype": "string",
|
77 |
+
"_type": "Value"
|
78 |
+
}
|
79 |
+
}
|
80 |
+
},
|
81 |
+
"homepage": "",
|
82 |
+
"license": "",
|
83 |
+
"size_in_bytes": 25328778,
|
84 |
+
"splits": {
|
85 |
+
"train": {
|
86 |
+
"name": "train",
|
87 |
+
"num_bytes": 16664894,
|
88 |
+
"num_examples": 3610,
|
89 |
+
"dataset_name": "parquet"
|
90 |
+
}
|
91 |
+
},
|
92 |
+
"version": {
|
93 |
+
"version_str": "0.0.0",
|
94 |
+
"major": 0,
|
95 |
+
"minor": 0,
|
96 |
+
"patch": 0
|
97 |
+
}
|
98 |
+
}
|
test/state.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "7418a682e30185fb",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_output_all_columns": false,
|
12 |
+
"_split": "train"
|
13 |
+
}
|
train/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3fe7a0cf24eaef9dcd41a5c9e13f50a20766a3d645a0ce91bb32e63b34351e43
|
3 |
+
size 363202496
|
train/dataset_info.json
ADDED
@@ -0,0 +1,98 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": "parquet",
|
3 |
+
"citation": "",
|
4 |
+
"config_name": "default",
|
5 |
+
"dataset_name": "parquet",
|
6 |
+
"dataset_size": 363110904,
|
7 |
+
"description": "",
|
8 |
+
"download_checksums": {
|
9 |
+
"/home/peterjin/mnt/Search-R1/data/nq_rag/train.parquet": {
|
10 |
+
"num_bytes": 187439399,
|
11 |
+
"checksum": null
|
12 |
+
}
|
13 |
+
},
|
14 |
+
"download_size": 187439399,
|
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 |
+
"context": {
|
32 |
+
"dtype": "string",
|
33 |
+
"_type": "Value"
|
34 |
+
},
|
35 |
+
"data_source": {
|
36 |
+
"dtype": "string",
|
37 |
+
"_type": "Value"
|
38 |
+
},
|
39 |
+
"prompt": [
|
40 |
+
{
|
41 |
+
"content": {
|
42 |
+
"dtype": "string",
|
43 |
+
"_type": "Value"
|
44 |
+
},
|
45 |
+
"role": {
|
46 |
+
"dtype": "string",
|
47 |
+
"_type": "Value"
|
48 |
+
}
|
49 |
+
}
|
50 |
+
],
|
51 |
+
"ability": {
|
52 |
+
"dtype": "string",
|
53 |
+
"_type": "Value"
|
54 |
+
},
|
55 |
+
"reward_model": {
|
56 |
+
"ground_truth": {
|
57 |
+
"target": {
|
58 |
+
"feature": {
|
59 |
+
"dtype": "string",
|
60 |
+
"_type": "Value"
|
61 |
+
},
|
62 |
+
"_type": "Sequence"
|
63 |
+
}
|
64 |
+
},
|
65 |
+
"style": {
|
66 |
+
"dtype": "string",
|
67 |
+
"_type": "Value"
|
68 |
+
}
|
69 |
+
},
|
70 |
+
"extra_info": {
|
71 |
+
"index": {
|
72 |
+
"dtype": "int64",
|
73 |
+
"_type": "Value"
|
74 |
+
},
|
75 |
+
"split": {
|
76 |
+
"dtype": "string",
|
77 |
+
"_type": "Value"
|
78 |
+
}
|
79 |
+
}
|
80 |
+
},
|
81 |
+
"homepage": "",
|
82 |
+
"license": "",
|
83 |
+
"size_in_bytes": 550550303,
|
84 |
+
"splits": {
|
85 |
+
"train": {
|
86 |
+
"name": "train",
|
87 |
+
"num_bytes": 363110904,
|
88 |
+
"num_examples": 79168,
|
89 |
+
"dataset_name": "parquet"
|
90 |
+
}
|
91 |
+
},
|
92 |
+
"version": {
|
93 |
+
"version_str": "0.0.0",
|
94 |
+
"major": 0,
|
95 |
+
"minor": 0,
|
96 |
+
"patch": 0
|
97 |
+
}
|
98 |
+
}
|
train/state.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "6df8efc4b7675abe",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_output_all_columns": false,
|
12 |
+
"_split": "train"
|
13 |
+
}
|