RayDu0010 commited on
Commit
c878dff
·
verified ·
1 Parent(s): f95a19f

Upload folder using huggingface_hub

Browse files
combined_dataset/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e411cb3d5ede33af9141f5c5684bb4994ff8a23e3a6c5e8ff1387b5a56ee402f
3
+ size 6583672
combined_dataset/dataset_info.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "orginal_question": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "orginal_options": {
10
+ "feature": {
11
+ "dtype": "string",
12
+ "_type": "Value"
13
+ },
14
+ "_type": "Sequence"
15
+ },
16
+ "article_id": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "question": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "options": {
25
+ "feature": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ },
29
+ "_type": "Sequence"
30
+ },
31
+ "answer": {
32
+ "dtype": "string",
33
+ "_type": "Value"
34
+ },
35
+ "paraphrase_num": {
36
+ "dtype": "int64",
37
+ "_type": "Value"
38
+ }
39
+ },
40
+ "homepage": "",
41
+ "license": ""
42
+ }
combined_dataset/state.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "e8067d003f1a7604",
8
+ "_format_columns": [
9
+ "orginal_question",
10
+ "orginal_options",
11
+ "article_id",
12
+ "question",
13
+ "options",
14
+ "answer",
15
+ "paraphrase_num"
16
+ ],
17
+ "_format_kwargs": {},
18
+ "_format_type": null,
19
+ "_output_all_columns": false,
20
+ "_split": null
21
+ }