damojay commited on
Commit
da2e991
1 Parent(s): 64e0ae3

Upload 3 files

Browse files
Files changed (3) hide show
  1. data-00000-of-00001.arrow +3 -0
  2. dataset_info.json +80 -0
  3. state.json +32 -0
data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1affe8e53208408216bbaf49cd95986dcfb5c398b342d3d4d0cf55d5cef0e99c
3
+ size 109396152
dataset_info.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "message_id": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "parent_id": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "user_id": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "created_date": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "text": {
22
+ "dtype": "string",
23
+ "_type": "Value"
24
+ },
25
+ "role": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ },
29
+ "lang": {
30
+ "dtype": "string",
31
+ "_type": "Value"
32
+ },
33
+ "review_count": {
34
+ "dtype": "string",
35
+ "_type": "Value"
36
+ },
37
+ "review_result": {
38
+ "dtype": "bool",
39
+ "_type": "Value"
40
+ },
41
+ "deleted": {
42
+ "dtype": "bool",
43
+ "_type": "Value"
44
+ },
45
+ "rank": {
46
+ "dtype": "string",
47
+ "_type": "Value"
48
+ },
49
+ "synthetic": {
50
+ "dtype": "bool",
51
+ "_type": "Value"
52
+ },
53
+ "model_name": {
54
+ "dtype": "string",
55
+ "_type": "Value"
56
+ },
57
+ "detoxify": {
58
+ "dtype": "string",
59
+ "_type": "Value"
60
+ },
61
+ "message_tree_id": {
62
+ "dtype": "string",
63
+ "_type": "Value"
64
+ },
65
+ "tree_state": {
66
+ "dtype": "string",
67
+ "_type": "Value"
68
+ },
69
+ "emojis": {
70
+ "dtype": "string",
71
+ "_type": "Value"
72
+ },
73
+ "labels": {
74
+ "dtype": "string",
75
+ "_type": "Value"
76
+ }
77
+ },
78
+ "homepage": "",
79
+ "license": ""
80
+ }
state.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "73f8e1f7a3a03c47",
8
+ "_format_columns": [
9
+ "created_date",
10
+ "deleted",
11
+ "detoxify",
12
+ "emojis",
13
+ "labels",
14
+ "lang",
15
+ "message_id",
16
+ "message_tree_id",
17
+ "model_name",
18
+ "parent_id",
19
+ "rank",
20
+ "review_count",
21
+ "review_result",
22
+ "role",
23
+ "synthetic",
24
+ "text",
25
+ "tree_state",
26
+ "user_id"
27
+ ],
28
+ "_format_kwargs": {},
29
+ "_format_type": null,
30
+ "_output_all_columns": false,
31
+ "_split": null
32
+ }