autotrain-data-processor commited on
Commit
0c88dc9
1 Parent(s): 11d73fa

Processed data from AutoTrain data processor ([2022-10-29 18:45 ]

Browse files
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - nl
5
+ task_categories:
6
+ - translation
7
+
8
+ ---
9
+ # AutoTrain Dataset for project: oaoqoqkaksk
10
+
11
+ ## Dataset Description
12
+
13
+ This dataset has been automatically processed by AutoTrain for project oaoqoqkaksk.
14
+
15
+ ### Languages
16
+
17
+ The BCP-47 code for the dataset's language is en2nl.
18
+
19
+ ## Dataset Structure
20
+
21
+ ### Data Instances
22
+
23
+ A sample from this dataset looks as follows:
24
+
25
+ ```json
26
+ [
27
+ {
28
+ "target": "\u00de\u00e6t Sunnanrastere onl\u00edcnescynn",
29
+ "source": "The Sun raster image format"
30
+ },
31
+ {
32
+ "target": "Lundon",
33
+ "source": "Gordon"
34
+ }
35
+ ]
36
+ ```
37
+
38
+ ### Dataset Fields
39
+
40
+ The dataset has the following fields (also called "features"):
41
+
42
+ ```json
43
+ {
44
+ "target": "Value(dtype='string', id=None)",
45
+ "source": "Value(dtype='string', id=None)"
46
+ }
47
+ ```
48
+
49
+ ### Dataset Splits
50
+
51
+ This dataset is split into a train and validation split. The split sizes are as follow:
52
+
53
+ | Split name | Num samples |
54
+ | ------------ | ------------------- |
55
+ | train | 1528 |
56
+ | valid | 383 |
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:643789d7864de492ca4195f69b30861f2ef5b06c4fe643da6a50f6ab2c2222b5
3
+ size 57776
processed/train/dataset_info.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "target": {
11
+ "dtype": "string",
12
+ "id": null,
13
+ "_type": "Value"
14
+ },
15
+ "source": {
16
+ "dtype": "string",
17
+ "id": null,
18
+ "_type": "Value"
19
+ }
20
+ },
21
+ "homepage": "",
22
+ "license": "",
23
+ "post_processed": null,
24
+ "post_processing_size": null,
25
+ "size_in_bytes": null,
26
+ "splits": {
27
+ "train": {
28
+ "name": "train",
29
+ "num_bytes": 56910,
30
+ "num_examples": 1528,
31
+ "dataset_name": null
32
+ }
33
+ },
34
+ "supervised_keys": null,
35
+ "task_templates": null,
36
+ "version": null
37
+ }
processed/train/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "a470dbf5efbf1840",
8
+ "_format_columns": [
9
+ "source",
10
+ "target"
11
+ ],
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_indexes": {},
15
+ "_output_all_columns": false,
16
+ "_split": null
17
+ }
processed/valid/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95405ffacbb0ee671d7f57c062bcb7e37435a3487966e1c4c6de7c4c495ac5c2
3
+ size 14768
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "target": {
11
+ "dtype": "string",
12
+ "id": null,
13
+ "_type": "Value"
14
+ },
15
+ "source": {
16
+ "dtype": "string",
17
+ "id": null,
18
+ "_type": "Value"
19
+ }
20
+ },
21
+ "homepage": "",
22
+ "license": "",
23
+ "post_processed": null,
24
+ "post_processing_size": null,
25
+ "size_in_bytes": null,
26
+ "splits": {
27
+ "valid": {
28
+ "name": "valid",
29
+ "num_bytes": 14156,
30
+ "num_examples": 383,
31
+ "dataset_name": null
32
+ }
33
+ },
34
+ "supervised_keys": null,
35
+ "task_templates": null,
36
+ "version": null
37
+ }
processed/valid/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "94b51926d61cdd6e",
8
+ "_format_columns": [
9
+ "source",
10
+ "target"
11
+ ],
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_indexes": {},
15
+ "_output_all_columns": false,
16
+ "_split": null
17
+ }