damojay commited on
Commit
7ffd332
·
1 Parent(s): 5c8dad3

Upload 3 files

Browse files
tamil_trans_full/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dd37043eb00ddba9d04358d820f41e098950388505419a95324fd65b709b917
3
+ size 106944200
tamil_trans_full/dataset_info.json ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "int64",
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": "float64",
47
+ "_type": "Value"
48
+ },
49
+ "synthetic": {
50
+ "dtype": "bool",
51
+ "_type": "Value"
52
+ },
53
+ "model_name": {
54
+ "dtype": "null",
55
+ "_type": "Value"
56
+ },
57
+ "detoxify": {
58
+ "identity_attack": {
59
+ "dtype": "float64",
60
+ "_type": "Value"
61
+ },
62
+ "insult": {
63
+ "dtype": "float64",
64
+ "_type": "Value"
65
+ },
66
+ "obscene": {
67
+ "dtype": "float64",
68
+ "_type": "Value"
69
+ },
70
+ "severe_toxicity": {
71
+ "dtype": "float64",
72
+ "_type": "Value"
73
+ },
74
+ "sexual_explicit": {
75
+ "dtype": "float64",
76
+ "_type": "Value"
77
+ },
78
+ "threat": {
79
+ "dtype": "float64",
80
+ "_type": "Value"
81
+ },
82
+ "toxicity": {
83
+ "dtype": "float64",
84
+ "_type": "Value"
85
+ }
86
+ },
87
+ "message_tree_id": {
88
+ "dtype": "string",
89
+ "_type": "Value"
90
+ },
91
+ "tree_state": {
92
+ "dtype": "string",
93
+ "_type": "Value"
94
+ },
95
+ "emojis": {
96
+ "count": {
97
+ "feature": {
98
+ "dtype": "int64",
99
+ "_type": "Value"
100
+ },
101
+ "_type": "Sequence"
102
+ },
103
+ "name": {
104
+ "feature": {
105
+ "dtype": "string",
106
+ "_type": "Value"
107
+ },
108
+ "_type": "Sequence"
109
+ }
110
+ },
111
+ "labels": {
112
+ "count": {
113
+ "feature": {
114
+ "dtype": "int64",
115
+ "_type": "Value"
116
+ },
117
+ "_type": "Sequence"
118
+ },
119
+ "name": {
120
+ "feature": {
121
+ "dtype": "string",
122
+ "_type": "Value"
123
+ },
124
+ "_type": "Sequence"
125
+ },
126
+ "value": {
127
+ "feature": {
128
+ "dtype": "float64",
129
+ "_type": "Value"
130
+ },
131
+ "_type": "Sequence"
132
+ }
133
+ }
134
+ },
135
+ "homepage": "",
136
+ "license": ""
137
+ }
tamil_trans_full/state.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "dd53c1d99628f874",
8
+ "_format_columns": [
9
+ "message_id",
10
+ "parent_id",
11
+ "user_id",
12
+ "created_date",
13
+ "text",
14
+ "role",
15
+ "lang",
16
+ "review_count",
17
+ "review_result",
18
+ "deleted",
19
+ "rank",
20
+ "synthetic",
21
+ "model_name",
22
+ "detoxify",
23
+ "message_tree_id",
24
+ "tree_state",
25
+ "emojis",
26
+ "labels"
27
+ ],
28
+ "_format_kwargs": {},
29
+ "_format_type": null,
30
+ "_output_all_columns": false,
31
+ "_split": null
32
+ }