autotrain-data-processor commited on
Commit
3800d11
1 Parent(s): b8cf7fc

Processed data from AutoTrain data processor ([2022-07-01 05:20 ]

Browse files
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ languages:
3
+ - en
4
+ - es
5
+ task_categories:
6
+ - translation
7
+
8
+ ---
9
+ # AutoTrain Dataset for project: Rusynpannonianpure
10
+
11
+ ## Dataset Descritpion
12
+
13
+ This dataset has been automatically processed by AutoTrain for project Rusynpannonianpure.
14
+
15
+ ### Languages
16
+
17
+ The BCP-47 code for the dataset's language is en2es.
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": "\"I came to the region to meet with the leaders of the parties and discuss the progress in normalizin[...]",
29
+ "target": "\"\u042f \u043f\u0440\u0438\u0448\u043e\u043b \u0434\u043e \u0440\u0435\u0491\u0438\u043e\u043d\u0443 \u043f\u0440\u0438\u0440\u0438\u0445\u0442\u0430\u0446 \u0448\u043b\u0457\u0434\u0443\u044e\u0446\u0438 \u0441\u0445\u043e\u0434 \u043b\u0438\u0434\u0435\u0440\u043e\u0445 \u0438 \u0431\u0435\u0448\u0435\u0434\u043e\u0432\u0430\u0446 \u043e \u043d\u0430\u043f\u0440\u0435\u0434\u043e\u0432\u0430\u043d\u044e \u0443 \u043d\u043e\u0440\u043c\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0457 \u043e\u0434\u043d\u043e\u0448\u0435[...]"
30
+ },
31
+ {
32
+ "source": "\"We had a very good discussion yesterday evening about the situation and it is normal to look for a [...]",
33
+ "target": "\"\u041c\u0430\u043b\u0438 \u0437\u043c\u0435 \u0454\u0434\u043d\u0443 \u043e\u0437\u0431\u0438\u043b\u044c\u043d\u0443 \u0440\u043e\u0437\u0433\u0432\u0430\u0440\u043a\u0443 \u0432\u0447\u0435\u0440\u0430 \u0432\u0435\u0447\u0430\u0440 \u043e \u0441\u0438\u0442\u0443\u0430\u0446\u0438\u0457 \u0438 \u043d\u043e\u0440\u043c\u0430\u043b\u043d\u043e \u0436\u0435 \u043f\u043e\u0442\u0440\u0435\u0431\u043d\u0435 \u0433\u043b\u0454\u0434\u0430\u0446 \u0440\u0438\u0448\u0435\u043d\u0454 \u043f\u0440\u0435\u0437 \u0434[...]"
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 | 3 |
56
+ | valid | 1 |
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:e52df4543144896f20409d4715a5ef42e686e8aaac1587a2342cfb0731dcbd13
3
+ size 2008
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
+ "source": {
11
+ "dtype": "string",
12
+ "id": null,
13
+ "_type": "Value"
14
+ },
15
+ "target": {
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": 1389,
30
+ "num_examples": 3,
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": "1d98ca2b5a272ac1",
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:8cad150336ad2e8f5a2192cc110e36fad06e6c05d3483e40dd68a19a8b501d3b
3
+ size 1640
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
+ "source": {
11
+ "dtype": "string",
12
+ "id": null,
13
+ "_type": "Value"
14
+ },
15
+ "target": {
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": 1021,
30
+ "num_examples": 1,
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": "11d5103dae6c46ef",
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
+ }