keremturgutlu
commited on
Commit
•
92f991a
1
Parent(s):
91cdb7d
Upload folder using huggingface_hub
Browse files- cache-4cdda7ed170058b3.arrow +3 -0
- data-00000-of-00001.arrow +3 -0
- dataset_info.json +42 -0
- state.json +21 -0
cache-4cdda7ed170058b3.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:86cc80b18a85d3349d88787e1a9fbe932a837002a057170645d0d5c049e232f1
|
3 |
+
size 630904
|
data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8180c180fa5f415bf1a93f67e6ae866f5b323dd064267e1c24451474f53c60c4
|
3 |
+
size 371673056
|
dataset_info.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "",
|
4 |
+
"features": {
|
5 |
+
"input_text": {
|
6 |
+
"dtype": "string",
|
7 |
+
"_type": "Value"
|
8 |
+
},
|
9 |
+
"output_text": {
|
10 |
+
"dtype": "string",
|
11 |
+
"_type": "Value"
|
12 |
+
},
|
13 |
+
"inp_ids": {
|
14 |
+
"feature": {
|
15 |
+
"dtype": "int64",
|
16 |
+
"_type": "Value"
|
17 |
+
},
|
18 |
+
"_type": "Sequence"
|
19 |
+
},
|
20 |
+
"out_ids": {
|
21 |
+
"feature": {
|
22 |
+
"dtype": "int64",
|
23 |
+
"_type": "Value"
|
24 |
+
},
|
25 |
+
"_type": "Sequence"
|
26 |
+
},
|
27 |
+
"input_length": {
|
28 |
+
"dtype": "int64",
|
29 |
+
"_type": "Value"
|
30 |
+
},
|
31 |
+
"output_length": {
|
32 |
+
"dtype": "int64",
|
33 |
+
"_type": "Value"
|
34 |
+
},
|
35 |
+
"token_length": {
|
36 |
+
"dtype": "int64",
|
37 |
+
"_type": "Value"
|
38 |
+
}
|
39 |
+
},
|
40 |
+
"homepage": "",
|
41 |
+
"license": ""
|
42 |
+
}
|
state.json
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "ea30921fdff7d610",
|
8 |
+
"_format_columns": [
|
9 |
+
"inp_ids",
|
10 |
+
"input_length",
|
11 |
+
"input_text",
|
12 |
+
"out_ids",
|
13 |
+
"output_length",
|
14 |
+
"output_text",
|
15 |
+
"token_length"
|
16 |
+
],
|
17 |
+
"_format_kwargs": {},
|
18 |
+
"_format_type": null,
|
19 |
+
"_output_all_columns": false,
|
20 |
+
"_split": null
|
21 |
+
}
|