autotrain-data-processor
commited on
Commit
•
b1d6a41
1
Parent(s):
02429e6
Processed data from AutoTrain data processor ([2022-10-27 13:11 ]
Browse files- README.md +62 -0
- processed/dataset_dict.json +1 -0
- processed/train/dataset.arrow +3 -0
- processed/train/dataset_info.json +47 -0
- processed/train/state.json +19 -0
- processed/valid/dataset.arrow +3 -0
- processed/valid/dataset_info.json +47 -0
- processed/valid/state.json +19 -0
README.md
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- zh
|
5 |
+
task_categories:
|
6 |
+
- translation
|
7 |
+
|
8 |
+
---
|
9 |
+
# AutoTrain Dataset for project: lojban-translation
|
10 |
+
|
11 |
+
## Dataset Description
|
12 |
+
|
13 |
+
This dataset has been automatically processed by AutoTrain for project lojban-translation.
|
14 |
+
|
15 |
+
### Languages
|
16 |
+
|
17 |
+
The BCP-47 code for the dataset's language is en2zh.
|
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": "eng",
|
29 |
+
"feat_targetlang": "jbo",
|
30 |
+
"source": "Err...",
|
31 |
+
"target": ".y."
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"feat_sourceLang": "eng",
|
35 |
+
"feat_targetlang": "jbo",
|
36 |
+
"source": "Language is the painting of our ideas.",
|
37 |
+
"target": "."
|
38 |
+
}
|
39 |
+
]
|
40 |
+
```
|
41 |
+
|
42 |
+
### Dataset Fields
|
43 |
+
|
44 |
+
The dataset has the following fields (also called "features"):
|
45 |
+
|
46 |
+
```json
|
47 |
+
{
|
48 |
+
"feat_sourceLang": "Value(dtype='string', id=None)",
|
49 |
+
"feat_targetlang": "Value(dtype='string', id=None)",
|
50 |
+
"source": "Value(dtype='string', id=None)",
|
51 |
+
"target": "Value(dtype='string', id=None)"
|
52 |
+
}
|
53 |
+
```
|
54 |
+
|
55 |
+
### Dataset Splits
|
56 |
+
|
57 |
+
This dataset is split into a train and validation split. The split sizes are as follow:
|
58 |
+
|
59 |
+
| Split name | Num samples |
|
60 |
+
| ------------ | ------------------- |
|
61 |
+
| train | 4995 |
|
62 |
+
| valid | 6939 |
|
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:71cf5054ed4ff27493e47b4c5711ecc6fd48f2cb8ddc65da9d92c9dd8313efc2
|
3 |
+
size 426368
|
processed/train/dataset_info.json
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
},
|
31 |
+
"homepage": "",
|
32 |
+
"license": "",
|
33 |
+
"post_processed": null,
|
34 |
+
"post_processing_size": null,
|
35 |
+
"size_in_bytes": null,
|
36 |
+
"splits": {
|
37 |
+
"train": {
|
38 |
+
"name": "train",
|
39 |
+
"num_bytes": 423796,
|
40 |
+
"num_examples": 4995,
|
41 |
+
"dataset_name": null
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"supervised_keys": null,
|
45 |
+
"task_templates": null,
|
46 |
+
"version": null
|
47 |
+
}
|
processed/train/state.json
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "4487720db2758bb2",
|
8 |
+
"_format_columns": [
|
9 |
+
"feat_sourceLang",
|
10 |
+
"feat_targetlang",
|
11 |
+
"source",
|
12 |
+
"target"
|
13 |
+
],
|
14 |
+
"_format_kwargs": {},
|
15 |
+
"_format_type": null,
|
16 |
+
"_indexes": {},
|
17 |
+
"_output_all_columns": false,
|
18 |
+
"_split": null
|
19 |
+
}
|
processed/valid/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5749730c1f21b5b580acfecf6b5978d1cf90fe307f32aa98fedac3cf60cd1f1
|
3 |
+
size 596688
|
processed/valid/dataset_info.json
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
},
|
31 |
+
"homepage": "",
|
32 |
+
"license": "",
|
33 |
+
"post_processed": null,
|
34 |
+
"post_processing_size": null,
|
35 |
+
"size_in_bytes": null,
|
36 |
+
"splits": {
|
37 |
+
"valid": {
|
38 |
+
"name": "valid",
|
39 |
+
"num_bytes": 593343,
|
40 |
+
"num_examples": 6939,
|
41 |
+
"dataset_name": null
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"supervised_keys": null,
|
45 |
+
"task_templates": null,
|
46 |
+
"version": null
|
47 |
+
}
|
processed/valid/state.json
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "1c5bf600fdcf7bc4",
|
8 |
+
"_format_columns": [
|
9 |
+
"feat_sourceLang",
|
10 |
+
"feat_targetlang",
|
11 |
+
"source",
|
12 |
+
"target"
|
13 |
+
],
|
14 |
+
"_format_kwargs": {},
|
15 |
+
"_format_type": null,
|
16 |
+
"_indexes": {},
|
17 |
+
"_output_all_columns": false,
|
18 |
+
"_split": null
|
19 |
+
}
|