autotrain-data-processor
commited on
Commit
·
7b05cd5
1
Parent(s):
735b458
Processed data from AutoTrain data processor ([2023-04-26 10:45 ]
Browse files- README.md +70 -0
- processed/dataset_dict.json +1 -0
- processed/train/data-00000-of-00001.arrow +3 -0
- processed/train/dataset_info.json +47 -0
- processed/train/state.json +21 -0
- processed/valid/data-00000-of-00001.arrow +3 -0
- processed/valid/dataset_info.json +47 -0
- processed/valid/state.json +21 -0
README.md
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
task_categories:
|
5 |
+
- text-classification
|
6 |
+
|
7 |
+
---
|
8 |
+
# AutoTrain Dataset for project: car0fil-001
|
9 |
+
|
10 |
+
## Dataset Description
|
11 |
+
|
12 |
+
This dataset has been automatically processed by AutoTrain for project car0fil-001.
|
13 |
+
|
14 |
+
### Languages
|
15 |
+
|
16 |
+
The BCP-47 code for the dataset's language is en.
|
17 |
+
|
18 |
+
## Dataset Structure
|
19 |
+
|
20 |
+
### Data Instances
|
21 |
+
|
22 |
+
A sample from this dataset looks as follows:
|
23 |
+
|
24 |
+
```json
|
25 |
+
[
|
26 |
+
{
|
27 |
+
"target": 0,
|
28 |
+
"text": "And I remember",
|
29 |
+
"feat_DATE": "2022-09-12T12:29:04",
|
30 |
+
"feat_PLATFORM": null,
|
31 |
+
"feat_Unnamed: 4": null,
|
32 |
+
"feat_Unnamed: 3": null,
|
33 |
+
"feat_Unnamed: 5": null
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"target": 1,
|
37 |
+
"text": "Throw a lil \u201cKurt filips is my dad\u201d",
|
38 |
+
"feat_DATE": "2023-03-27T15:36:21",
|
39 |
+
"feat_PLATFORM": null,
|
40 |
+
"feat_Unnamed: 4": null,
|
41 |
+
"feat_Unnamed: 3": null,
|
42 |
+
"feat_Unnamed: 5": null
|
43 |
+
}
|
44 |
+
]
|
45 |
+
```
|
46 |
+
|
47 |
+
### Dataset Fields
|
48 |
+
|
49 |
+
The dataset has the following fields (also called "features"):
|
50 |
+
|
51 |
+
```json
|
52 |
+
{
|
53 |
+
"target": "ClassLabel(names=['CAROLINE FILIPS', 'NOT CAROLINE'], id=None)",
|
54 |
+
"text": "Value(dtype='string', id=None)",
|
55 |
+
"feat_DATE": "Value(dtype='string', id=None)",
|
56 |
+
"feat_PLATFORM": "Value(dtype='string', id=None)",
|
57 |
+
"feat_Unnamed: 4": "Value(dtype='float64', id=None)",
|
58 |
+
"feat_Unnamed: 3": "Value(dtype='float64', id=None)",
|
59 |
+
"feat_Unnamed: 5": "Value(dtype='float64', id=None)"
|
60 |
+
}
|
61 |
+
```
|
62 |
+
|
63 |
+
### Dataset Splits
|
64 |
+
|
65 |
+
This dataset is split into a train and validation split. The split sizes are as follow:
|
66 |
+
|
67 |
+
| Split name | Num samples |
|
68 |
+
| ------------ | ------------------- |
|
69 |
+
| train | 689784 |
|
70 |
+
| valid | 172447 |
|
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:4771e93650a4b400fa90c1ea6c738425074ea9d84903abf52a1ebc89c5a67d0d
|
3 |
+
size 69728160
|
processed/train/dataset_info.json
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "AutoTrain generated dataset",
|
4 |
+
"features": {
|
5 |
+
"target": {
|
6 |
+
"names": [
|
7 |
+
"CAROLINE FILIPS",
|
8 |
+
"NOT CAROLINE"
|
9 |
+
],
|
10 |
+
"_type": "ClassLabel"
|
11 |
+
},
|
12 |
+
"text": {
|
13 |
+
"dtype": "string",
|
14 |
+
"_type": "Value"
|
15 |
+
},
|
16 |
+
"feat_DATE": {
|
17 |
+
"dtype": "string",
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"feat_PLATFORM": {
|
21 |
+
"dtype": "string",
|
22 |
+
"_type": "Value"
|
23 |
+
},
|
24 |
+
"feat_Unnamed: 4": {
|
25 |
+
"dtype": "float64",
|
26 |
+
"_type": "Value"
|
27 |
+
},
|
28 |
+
"feat_Unnamed: 3": {
|
29 |
+
"dtype": "float64",
|
30 |
+
"_type": "Value"
|
31 |
+
},
|
32 |
+
"feat_Unnamed: 5": {
|
33 |
+
"dtype": "float64",
|
34 |
+
"_type": "Value"
|
35 |
+
}
|
36 |
+
},
|
37 |
+
"homepage": "",
|
38 |
+
"license": "",
|
39 |
+
"splits": {
|
40 |
+
"train": {
|
41 |
+
"name": "train",
|
42 |
+
"num_bytes": 69366562,
|
43 |
+
"num_examples": 689784,
|
44 |
+
"dataset_name": null
|
45 |
+
}
|
46 |
+
}
|
47 |
+
}
|
processed/train/state.json
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "43d5be20ec3de55c",
|
8 |
+
"_format_columns": [
|
9 |
+
"feat_DATE",
|
10 |
+
"feat_PLATFORM",
|
11 |
+
"feat_Unnamed: 3",
|
12 |
+
"feat_Unnamed: 4",
|
13 |
+
"feat_Unnamed: 5",
|
14 |
+
"target",
|
15 |
+
"text"
|
16 |
+
],
|
17 |
+
"_format_kwargs": {},
|
18 |
+
"_format_type": null,
|
19 |
+
"_output_all_columns": false,
|
20 |
+
"_split": null
|
21 |
+
}
|
processed/valid/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1272847783f245173b7af3b155294ec593f4c23317c335850e02972789ebb38
|
3 |
+
size 17449032
|
processed/valid/dataset_info.json
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "AutoTrain generated dataset",
|
4 |
+
"features": {
|
5 |
+
"target": {
|
6 |
+
"names": [
|
7 |
+
"CAROLINE FILIPS",
|
8 |
+
"NOT CAROLINE"
|
9 |
+
],
|
10 |
+
"_type": "ClassLabel"
|
11 |
+
},
|
12 |
+
"text": {
|
13 |
+
"dtype": "string",
|
14 |
+
"_type": "Value"
|
15 |
+
},
|
16 |
+
"feat_DATE": {
|
17 |
+
"dtype": "string",
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"feat_PLATFORM": {
|
21 |
+
"dtype": "string",
|
22 |
+
"_type": "Value"
|
23 |
+
},
|
24 |
+
"feat_Unnamed: 4": {
|
25 |
+
"dtype": "float64",
|
26 |
+
"_type": "Value"
|
27 |
+
},
|
28 |
+
"feat_Unnamed: 3": {
|
29 |
+
"dtype": "float64",
|
30 |
+
"_type": "Value"
|
31 |
+
},
|
32 |
+
"feat_Unnamed: 5": {
|
33 |
+
"dtype": "float64",
|
34 |
+
"_type": "Value"
|
35 |
+
}
|
36 |
+
},
|
37 |
+
"homepage": "",
|
38 |
+
"license": "",
|
39 |
+
"splits": {
|
40 |
+
"valid": {
|
41 |
+
"name": "valid",
|
42 |
+
"num_bytes": 17357700,
|
43 |
+
"num_examples": 172447,
|
44 |
+
"dataset_name": null
|
45 |
+
}
|
46 |
+
}
|
47 |
+
}
|
processed/valid/state.json
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "97fc07f9dd2fc5b5",
|
8 |
+
"_format_columns": [
|
9 |
+
"feat_DATE",
|
10 |
+
"feat_PLATFORM",
|
11 |
+
"feat_Unnamed: 3",
|
12 |
+
"feat_Unnamed: 4",
|
13 |
+
"feat_Unnamed: 5",
|
14 |
+
"target",
|
15 |
+
"text"
|
16 |
+
],
|
17 |
+
"_format_kwargs": {},
|
18 |
+
"_format_type": null,
|
19 |
+
"_output_all_columns": false,
|
20 |
+
"_split": null
|
21 |
+
}
|