autotrain-data-processor
commited on
Commit
·
70a8d48
1
Parent(s):
9e4fd7a
Processed data from AutoTrain data processor ([2022-11-28 07:02 ]
Browse files- README.md +65 -0
- processed/dataset_dict.json +1 -0
- processed/train/dataset.arrow +3 -0
- processed/train/dataset_info.json +52 -0
- processed/train/state.json +14 -0
- processed/valid/dataset.arrow +3 -0
- processed/valid/dataset_info.json +52 -0
- processed/valid/state.json +14 -0
README.md
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- ja
|
4 |
+
- en
|
5 |
+
task_categories:
|
6 |
+
- translation
|
7 |
+
|
8 |
+
---
|
9 |
+
# AutoTrain Dataset for project: translator
|
10 |
+
|
11 |
+
## Dataset Description
|
12 |
+
|
13 |
+
This dataset has been automatically processed by AutoTrain for project translator.
|
14 |
+
|
15 |
+
### Languages
|
16 |
+
|
17 |
+
The BCP-47 code for the dataset's language is ja2en.
|
18 |
+
|
19 |
+
## Dataset Structure
|
20 |
+
|
21 |
+
### Data Instances
|
22 |
+
|
23 |
+
A sample from this dataset looks as follows:
|
24 |
+
|
25 |
+
```json
|
26 |
+
[
|
27 |
+
{
|
28 |
+
"feat_sourceLang": null,
|
29 |
+
"feat_targetlang": null,
|
30 |
+
"source": "So listen I think I figured out a way to find out who killed the other you.",
|
31 |
+
"target": "\u3042\u306a\u305f\u4ed6\u3092\u6bba\u3057\u305f\u4eba \u4ed6\u306f\u3042\u306a\u305f\u304c\u6bba\u3055\u308c\u305f\u6642\u306b Kiera\u4e21\u65b9\u306e\u30d3\u30c7\u30aa\u3092\u9001\u3063\u3066\u3044\u305f\u3088\u3046\u306b\u898b\u3048\u307e\u3059\u3002",
|
32 |
+
"feat_id": null
|
33 |
+
},
|
34 |
+
{
|
35 |
+
"feat_sourceLang": null,
|
36 |
+
"feat_targetlang": null,
|
37 |
+
"source": "Now, what I need you to do, is I need you to come... to my parent's house with me, all right?",
|
38 |
+
"target": "\u305d\u308c\u3067 \u541b\u306b\u983c\u307f\u305f\u3044\u306e\u306f \u4ffa\u3068\u4e00\u7dd2\u306b... \u4e21\u89aa\u306e\u5bb6\u306b\u884c\u3063\u3066 \u6b32\u3057\u3044\u3093\u3060",
|
39 |
+
"feat_id": null
|
40 |
+
}
|
41 |
+
]
|
42 |
+
```
|
43 |
+
|
44 |
+
### Dataset Fields
|
45 |
+
|
46 |
+
The dataset has the following fields (also called "features"):
|
47 |
+
|
48 |
+
```json
|
49 |
+
{
|
50 |
+
"feat_sourceLang": "Value(dtype='string', id=None)",
|
51 |
+
"feat_targetlang": "Value(dtype='string', id=None)",
|
52 |
+
"source": "Value(dtype='string', id=None)",
|
53 |
+
"target": "Value(dtype='string', id=None)",
|
54 |
+
"feat_id": "Value(dtype='string', id=None)"
|
55 |
+
}
|
56 |
+
```
|
57 |
+
|
58 |
+
### Dataset Splits
|
59 |
+
|
60 |
+
This dataset is split into a train and validation split. The split sizes are as follow:
|
61 |
+
|
62 |
+
| Split name | Num samples |
|
63 |
+
| ------------ | ------------------- |
|
64 |
+
| train | 1060910 |
|
65 |
+
| valid | 265228 |
|
processed/dataset_dict.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"splits": ["train", "valid"]}
|
processed/train/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea2e556b7cf88801804fea3529fc93cfc778907e3569352f460b1c192eb3b384
|
3 |
+
size 132148768
|
processed/train/dataset_info.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": null,
|
3 |
+
"citation": "",
|
4 |
+
"config_name": null,
|
5 |
+
"dataset_size": null,
|
6 |
+
"description": "AutoTrain generated dataset",
|
7 |
+
"download_checksums": null,
|
8 |
+
"download_size": null,
|
9 |
+
"features": {
|
10 |
+
"feat_sourceLang": {
|
11 |
+
"dtype": "string",
|
12 |
+
"id": null,
|
13 |
+
"_type": "Value"
|
14 |
+
},
|
15 |
+
"feat_targetlang": {
|
16 |
+
"dtype": "string",
|
17 |
+
"id": null,
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"source": {
|
21 |
+
"dtype": "string",
|
22 |
+
"id": null,
|
23 |
+
"_type": "Value"
|
24 |
+
},
|
25 |
+
"target": {
|
26 |
+
"dtype": "string",
|
27 |
+
"id": null,
|
28 |
+
"_type": "Value"
|
29 |
+
},
|
30 |
+
"feat_id": {
|
31 |
+
"dtype": "string",
|
32 |
+
"id": null,
|
33 |
+
"_type": "Value"
|
34 |
+
}
|
35 |
+
},
|
36 |
+
"homepage": "",
|
37 |
+
"license": "",
|
38 |
+
"post_processed": null,
|
39 |
+
"post_processing_size": null,
|
40 |
+
"size_in_bytes": null,
|
41 |
+
"splits": {
|
42 |
+
"train": {
|
43 |
+
"name": "train",
|
44 |
+
"num_bytes": 131641814,
|
45 |
+
"num_examples": 1060910,
|
46 |
+
"dataset_name": null
|
47 |
+
}
|
48 |
+
},
|
49 |
+
"supervised_keys": null,
|
50 |
+
"task_templates": null,
|
51 |
+
"version": null
|
52 |
+
}
|
processed/train/state.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "95f80cf6ecd98f57",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_indexes": {},
|
12 |
+
"_output_all_columns": false,
|
13 |
+
"_split": null
|
14 |
+
}
|
processed/valid/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a23b6370179b71507eeb22fbe3233a57cfacf292be77901deb9ee931a31241d
|
3 |
+
size 33031736
|
processed/valid/dataset_info.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": null,
|
3 |
+
"citation": "",
|
4 |
+
"config_name": null,
|
5 |
+
"dataset_size": null,
|
6 |
+
"description": "AutoTrain generated dataset",
|
7 |
+
"download_checksums": null,
|
8 |
+
"download_size": null,
|
9 |
+
"features": {
|
10 |
+
"feat_sourceLang": {
|
11 |
+
"dtype": "string",
|
12 |
+
"id": null,
|
13 |
+
"_type": "Value"
|
14 |
+
},
|
15 |
+
"feat_targetlang": {
|
16 |
+
"dtype": "string",
|
17 |
+
"id": null,
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"source": {
|
21 |
+
"dtype": "string",
|
22 |
+
"id": null,
|
23 |
+
"_type": "Value"
|
24 |
+
},
|
25 |
+
"target": {
|
26 |
+
"dtype": "string",
|
27 |
+
"id": null,
|
28 |
+
"_type": "Value"
|
29 |
+
},
|
30 |
+
"feat_id": {
|
31 |
+
"dtype": "string",
|
32 |
+
"id": null,
|
33 |
+
"_type": "Value"
|
34 |
+
}
|
35 |
+
},
|
36 |
+
"homepage": "",
|
37 |
+
"license": "",
|
38 |
+
"post_processed": null,
|
39 |
+
"post_processing_size": null,
|
40 |
+
"size_in_bytes": null,
|
41 |
+
"splits": {
|
42 |
+
"valid": {
|
43 |
+
"name": "valid",
|
44 |
+
"num_bytes": 32903989,
|
45 |
+
"num_examples": 265228,
|
46 |
+
"dataset_name": null
|
47 |
+
}
|
48 |
+
},
|
49 |
+
"supervised_keys": null,
|
50 |
+
"task_templates": null,
|
51 |
+
"version": null
|
52 |
+
}
|
processed/valid/state.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "cf586c244cb95a3f",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_indexes": {},
|
12 |
+
"_output_all_columns": false,
|
13 |
+
"_split": null
|
14 |
+
}
|