autotrain-data-processor
commited on
Commit
·
d40231f
1
Parent(s):
dad3b8a
Processed data from AutoTrain data processor ([2022-07-03 04:34 ]
Browse files- README.md +53 -0
- processed/dataset_dict.json +1 -0
- processed/train/dataset.arrow +3 -0
- processed/train/dataset_info.json +37 -0
- processed/train/state.json +17 -0
- processed/valid/dataset.arrow +3 -0
- processed/valid/dataset_info.json +37 -0
- processed/valid/state.json +17 -0
README.md
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- conditional-text-generation
|
| 4 |
+
|
| 5 |
+
---
|
| 6 |
+
# AutoTrain Dataset for project: new_model
|
| 7 |
+
|
| 8 |
+
## Dataset Descritpion
|
| 9 |
+
|
| 10 |
+
This dataset has been automatically processed by AutoTrain for project new_model.
|
| 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 |
+
"text": "\u8fd1\u671f\uff0c\u7f8e\u56fd\u56fd\u4f1a\u4f17\u9662\u901a\u8fc7\u6cd5\u6848\uff0c\u91cd\u7533\u7f8e\u56fd\u5bf9\u53f0\u6e7e\u7684\u627f\u8bfa\u3002\u5bf9\u6b64\uff0c\u4e2d\u56fd\u5916\u4ea4\u90e8\u53d1\u8a00\u4eba\u8868\u793a\uff0c\u6709\u5173\u6cd5\u6848\u4e25\u91cd\u8fdd\u53cd\u4e00\u4e2a\u4e2d\u56fd\u539f\u5219\u548c\u4e2d\u7f8e\u4e09\u4e2a\u8054\u5408\u516c\u62a5\u89c4\u5b9a\uff0c\u7c97\u66b4\u5e72\u6d89\u4e2d\u56fd\u5185\u653f\uff0c\u4e2d\u65b9\u5bf9\u6b64\u575a\u51b3\u53cd\u5bf9\u5e76\u5df2\u5411\u7f8e\u65b9\u63d0\u51fa\u4e25\u6b63\u4ea4\u6d89\u3002\n\u4e8b\u5b9e\u4e0a\uff0c\u4e2d[...]",
|
| 26 |
+
"target": "\u671b\u6d77\u697c\u7f8e\u56fd\u6253\u201c\u53f0\u6e7e\u724c\u201d\u662f\u5371\u9669\u7684\u8d4c\u535a"
|
| 27 |
+
},
|
| 28 |
+
{
|
| 29 |
+
"text": "\u5728\u63a8\u8fdb\u201c\u53cc\u4e00\u6d41\u201d\u9ad8\u6821\u5efa\u8bbe\u8fdb\u7a0b\u4e2d\uff0c\u6211\u4eec\u8981\u7d27\u7d27\u56f4\u7ed5\u4e3a\u515a\u80b2\u4eba\u3001\u4e3a\u56fd\u80b2\u624d\uff0c\u627e\u51c6\u95ee\u9898\u3001\u7834\u89e3\u96be\u9898\uff0c\u4ee5\u4e00\u6d41\u610f\u8bc6\u548c\u62c5\u5f53\u7cbe\u795e\uff0c\u5927\u529b\u63a8\u8fdb\u9ad8\u6821\u7684\u6cbb\u7406\u80fd\u529b\u5efa\u8bbe\u3002\n\u589e\u5f3a\u653f\u6cbb\u5f15\u9886\u529b\u3002\u575a\u6301\u515a\u5bf9\u9ad8\u6821\u5de5\u4f5c\u7684\u5168\u9762\u9886\u5bfc\uff0c\u59cb\u7ec8\u628a\u653f\u6cbb\u5efa\u8bbe\u6446\u5728[...]",
|
| 30 |
+
"target": "\u5927\u529b\u63a8\u8fdb\u9ad8\u6821\u6cbb\u7406\u80fd\u529b\u5efa\u8bbe"
|
| 31 |
+
}
|
| 32 |
+
]
|
| 33 |
+
```
|
| 34 |
+
|
| 35 |
+
### Dataset Fields
|
| 36 |
+
|
| 37 |
+
The dataset has the following fields (also called "features"):
|
| 38 |
+
|
| 39 |
+
```json
|
| 40 |
+
{
|
| 41 |
+
"text": "Value(dtype='string', id=None)",
|
| 42 |
+
"target": "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 | 5850 |
|
| 53 |
+
| valid | 1679 |
|
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:fa8c39cbae447ec89ff8282e87d79088c35dcfd85d07a56984da0472b90cfcff
|
| 3 |
+
size 22651616
|
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 |
+
"text": {
|
| 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": 22649764,
|
| 30 |
+
"num_examples": 5850,
|
| 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": "f4bf71a06727964b",
|
| 8 |
+
"_format_columns": [
|
| 9 |
+
"target",
|
| 10 |
+
"text"
|
| 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:95367ac515bad689484be6485f4ec1236b66f7cdac1f5227cfe5f45f37e5a03f
|
| 3 |
+
size 6500984
|
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 |
+
"text": {
|
| 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": 6500124,
|
| 30 |
+
"num_examples": 1679,
|
| 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": "e50972fb08992bf3",
|
| 8 |
+
"_format_columns": [
|
| 9 |
+
"target",
|
| 10 |
+
"text"
|
| 11 |
+
],
|
| 12 |
+
"_format_kwargs": {},
|
| 13 |
+
"_format_type": null,
|
| 14 |
+
"_indexes": {},
|
| 15 |
+
"_output_all_columns": false,
|
| 16 |
+
"_split": null
|
| 17 |
+
}
|