Seohyeong Lee commited on
Commit
3f67518
·
1 Parent(s): bf169c7

add dataset

Browse files
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:d9a06e86197c3882c9afc6801accae156d2a69c6dfc07ee5e16c291043d91267
3
+ size 4381288
test/dataset_info.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "source": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "prompt": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "chosen": [
14
+ {
15
+ "content": {
16
+ "dtype": "string",
17
+ "_type": "Value"
18
+ },
19
+ "role": {
20
+ "dtype": "string",
21
+ "_type": "Value"
22
+ }
23
+ }
24
+ ],
25
+ "chosen-rating": {
26
+ "dtype": "float64",
27
+ "_type": "Value"
28
+ },
29
+ "chosen-model": {
30
+ "dtype": "string",
31
+ "_type": "Value"
32
+ },
33
+ "rejected": [
34
+ {
35
+ "content": {
36
+ "dtype": "string",
37
+ "_type": "Value"
38
+ },
39
+ "role": {
40
+ "dtype": "string",
41
+ "_type": "Value"
42
+ }
43
+ }
44
+ ],
45
+ "rejected-rating": {
46
+ "dtype": "float64",
47
+ "_type": "Value"
48
+ },
49
+ "rejected-model": {
50
+ "dtype": "string",
51
+ "_type": "Value"
52
+ },
53
+ "index": {
54
+ "dtype": "int64",
55
+ "_type": "Value"
56
+ }
57
+ },
58
+ "homepage": "",
59
+ "license": ""
60
+ }
test/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "8423ef4d73de13a0",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }
train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c699dfd7a31026ec71594c2853ec8124d67accf7c32d350d3e4cedaaac782fe0
3
+ size 141205768
train/dataset_info.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "source": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "prompt": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "chosen": [
14
+ {
15
+ "content": {
16
+ "dtype": "string",
17
+ "_type": "Value"
18
+ },
19
+ "role": {
20
+ "dtype": "string",
21
+ "_type": "Value"
22
+ }
23
+ }
24
+ ],
25
+ "chosen-rating": {
26
+ "dtype": "float64",
27
+ "_type": "Value"
28
+ },
29
+ "chosen-model": {
30
+ "dtype": "string",
31
+ "_type": "Value"
32
+ },
33
+ "rejected": [
34
+ {
35
+ "content": {
36
+ "dtype": "string",
37
+ "_type": "Value"
38
+ },
39
+ "role": {
40
+ "dtype": "string",
41
+ "_type": "Value"
42
+ }
43
+ }
44
+ ],
45
+ "rejected-rating": {
46
+ "dtype": "float64",
47
+ "_type": "Value"
48
+ },
49
+ "rejected-model": {
50
+ "dtype": "string",
51
+ "_type": "Value"
52
+ },
53
+ "index": {
54
+ "dtype": "int64",
55
+ "_type": "Value"
56
+ }
57
+ },
58
+ "homepage": "",
59
+ "license": ""
60
+ }
train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "2e03c76d8f50fb4e",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }