autotrain-data-processor commited on
Commit
3dd6f30
1 Parent(s): e6f3c52

Processed data from AutoTrain data processor ([2023-03-08 05:53 ]

Browse files
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - translation
4
+
5
+ ---
6
+ # AutoTrain Dataset for project: english-tokipona
7
+
8
+ ## Dataset Description
9
+
10
+ This dataset has been automatically processed by AutoTrain for project english-tokipona.
11
+
12
+ ### Languages
13
+
14
+ The BCP-47 code for the dataset's language is unk.
15
+
16
+ ## Dataset Structure
17
+
18
+ ### Data Instances
19
+
20
+ A sample from this dataset looks as follows:
21
+
22
+ ```json
23
+ [
24
+ {
25
+ "target": "mi kama jo e pali ante.",
26
+ "source": "I'll find another job."
27
+ },
28
+ {
29
+ "target": "tenpo pini weka la mi moku lon poka sina.",
30
+ "source": "It's been a while since we've had lunch together."
31
+ }
32
+ ]
33
+ ```
34
+
35
+ ### Dataset Fields
36
+
37
+ The dataset has the following fields (also called "features"):
38
+
39
+ ```json
40
+ {
41
+ "target": "Value(dtype='string', id=None)",
42
+ "source": "Value(dtype='string', id=None)"
43
+ }
44
+ ```
45
+
46
+ ### Dataset Splits
47
+
48
+ This dataset is split into a train and validation split. The split sizes are as follow:
49
+
50
+ | Split name | Num samples |
51
+ | ------------ | ------------------- |
52
+ | train | 16824 |
53
+ | valid | 4206 |
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:47bfffddc1ddbe28d14f6e04ee1522a77b12891e2df4fcc676ca837047bc2a7f
3
+ size 1241136
processed/train/dataset_info.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "target": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "source": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ }
13
+ },
14
+ "homepage": "",
15
+ "license": "",
16
+ "splits": {
17
+ "train": {
18
+ "name": "train",
19
+ "num_bytes": 1236600,
20
+ "num_examples": 16824,
21
+ "dataset_name": null
22
+ }
23
+ }
24
+ }
processed/train/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "e485dc1c499a20c5",
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:7880bfe53cb686d1bee6cab5e94a76bb30b1b6b36bf6240182dbdca0dc720dc8
3
+ size 308008
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "target": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "source": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ }
13
+ },
14
+ "homepage": "",
15
+ "license": "",
16
+ "splits": {
17
+ "valid": {
18
+ "name": "valid",
19
+ "num_bytes": 306432,
20
+ "num_examples": 4206,
21
+ "dataset_name": null
22
+ }
23
+ }
24
+ }
processed/valid/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "2a2e9de52c199dab",
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
+ }