autotrain-data-processor
commited on
Commit
•
21d151d
1
Parent(s):
1ae6e1b
Processed data from AutoTrain data processor ([2023-03-24 17:44 ]
Browse files- README.md +53 -0
- processed/dataset_dict.json +1 -0
- processed/train/data-00000-of-00001.arrow +3 -0
- processed/train/dataset_info.json +24 -0
- processed/train/state.json +16 -0
- processed/valid/data-00000-of-00001.arrow +3 -0
- processed/valid/dataset_info.json +24 -0
- processed/valid/state.json +16 -0
README.md
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- summarization
|
4 |
+
|
5 |
+
---
|
6 |
+
# AutoTrain Dataset for project: paraphrases
|
7 |
+
|
8 |
+
## Dataset Description
|
9 |
+
|
10 |
+
This dataset has been automatically processed by AutoTrain for project paraphrases.
|
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": " I need to take a day off from school for a community service project.",
|
26 |
+
"target": " I need to take a day off from school for a community service project"
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"text": " I have a funeral to attend.",
|
30 |
+
"target": " I need to attend a funeral and will be absent from school."
|
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 | 61 |
|
53 |
+
| valid | 16 |
|
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:b3fd0d8f3aab6fe3e836747b94b030c888941c35692cb840951b29e23cddc221
|
3 |
+
size 7592
|
processed/train/dataset_info.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "AutoTrain generated dataset",
|
4 |
+
"features": {
|
5 |
+
"text": {
|
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": 6996,
|
20 |
+
"num_examples": 61,
|
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": "ca5b017209f3b389",
|
8 |
+
"_format_columns": [
|
9 |
+
"target",
|
10 |
+
"text"
|
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:69899112bb74319c486b5a8bf527380973ce8f472d71d0fe9e6f48ef40dd31cb
|
3 |
+
size 2344
|
processed/valid/dataset_info.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "AutoTrain generated dataset",
|
4 |
+
"features": {
|
5 |
+
"text": {
|
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": 1741,
|
20 |
+
"num_examples": 16,
|
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": "c1ebf28d005d5ebf",
|
8 |
+
"_format_columns": [
|
9 |
+
"target",
|
10 |
+
"text"
|
11 |
+
],
|
12 |
+
"_format_kwargs": {},
|
13 |
+
"_format_type": null,
|
14 |
+
"_output_all_columns": false,
|
15 |
+
"_split": null
|
16 |
+
}
|