autotrain-data-processor commited on
Commit
662017f
·
1 Parent(s): e989a87

Processed data from AutoTrain data processor ([2023-10-31 08:55 ]

Browse files
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - tr
4
+ - ar
5
+ task_categories:
6
+ - translation
7
+
8
+ ---
9
+ # AutoTrain Dataset for project: testtranslation
10
+
11
+ ## Dataset Description
12
+
13
+ This dataset has been automatically processed by AutoTrain for project testtranslation.
14
+
15
+ ### Languages
16
+
17
+ The BCP-47 code for the dataset's language is tr2ar.
18
+
19
+ ## Dataset Structure
20
+
21
+ ### Data Instances
22
+
23
+ A sample from this dataset looks as follows:
24
+
25
+ ```json
26
+ [
27
+ {
28
+ "source": "TrueMood",
29
+ "target": "\u062a\u0631\u0648\u0645\u0648\u062f"
30
+ },
31
+ {
32
+ "source": "cleanwax",
33
+ "target": "\u0643\u0644\u064a\u0646\u0648\u0627\u0643\u0633"
34
+ }
35
+ ]
36
+ ```
37
+
38
+ ### Dataset Fields
39
+
40
+ The dataset has the following fields (also called "features"):
41
+
42
+ ```json
43
+ {
44
+ "source": "Value(dtype='string', id=None)",
45
+ "target": "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 | 24 |
56
+ | valid | 6 |
processed/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "valid"]}
processed/train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acca4d437a2c06f9f3be096e8eeb91df025bbefe15e944bc93cad95f6b72439d
3
+ size 1408
processed/train/dataset_info.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "source": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "target": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ }
13
+ },
14
+ "homepage": "",
15
+ "license": "",
16
+ "splits": {
17
+ "train": {
18
+ "name": "train",
19
+ "num_bytes": 805,
20
+ "num_examples": 24,
21
+ "dataset_name": null
22
+ }
23
+ }
24
+ }
processed/train/state.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "0ce0bc4e655398b9",
8
+ "_format_columns": [
9
+ "source",
10
+ "target"
11
+ ],
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_output_all_columns": false,
15
+ "_split": null
16
+ }
processed/valid/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1da558f9b8d3b65be898e4cf4d42b2a0a3775c8e9e837a5e0548188795ba13c
3
+ size 824
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "source": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "target": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ }
13
+ },
14
+ "homepage": "",
15
+ "license": "",
16
+ "splits": {
17
+ "valid": {
18
+ "name": "valid",
19
+ "num_bytes": 224,
20
+ "num_examples": 6,
21
+ "dataset_name": null
22
+ }
23
+ }
24
+ }
processed/valid/state.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "6ff3afbee60d6d01",
8
+ "_format_columns": [
9
+ "source",
10
+ "target"
11
+ ],
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_output_all_columns": false,
15
+ "_split": null
16
+ }