autotrain-data-processor
commited on
Commit
•
eaabab2
1
Parent(s):
fc3fabd
Processed data from AutoTrain data processor ([2023-06-24 02:33 ]
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 +27 -0
- processed/train/state.json +16 -0
- processed/valid/data-00000-of-00001.arrow +3 -0
- processed/valid/dataset_info.json +27 -0
- processed/valid/state.json +16 -0
README.md
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- text-classification
|
4 |
+
|
5 |
+
---
|
6 |
+
# AutoTrain Dataset for project: based-in-fact
|
7 |
+
|
8 |
+
## Dataset Description
|
9 |
+
|
10 |
+
This dataset has been automatically processed by AutoTrain for project based-in-fact.
|
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": "\u4e0a\u4e2a\u5927\u5b66\u771f\u7684\u662f\u4ec0\u4e48\u4eba\u90fd\u70b8\u51fa\u6765\u4e86",
|
26 |
+
"target": 0
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"text": "\u5982\u679c\u4e00\u4e2aHIV\u611f\u67d3\u8005\u5bf9\u4e8e\u6297\u9006\u8f6c\u5f55\u75c5\u6bd2\u836f\u7269\u5341\u5206\u8010\u53d7\uff0c\u90a3\u4e48\u4ed6\u7684\u6cbb\u7597\u4f1a\u53d8\u5f97\u5341\u5206\u590d\u6742\uff0c\u75c5\u60c5\u5c06\u6076\u5316",
|
30 |
+
"target": 1
|
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": "ClassLabel(names=['emotion', 'fact'], 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 | 30932 |
|
53 |
+
| valid | 3000 |
|
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:cacce51f4168b766bbc876efbec0a7ac5e50a86e98bb05023397f49ccdd34c95
|
3 |
+
size 3125656
|
processed/train/dataset_info.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "AutoTrain generated dataset",
|
4 |
+
"features": {
|
5 |
+
"text": {
|
6 |
+
"dtype": "string",
|
7 |
+
"_type": "Value"
|
8 |
+
},
|
9 |
+
"target": {
|
10 |
+
"names": [
|
11 |
+
"emotion",
|
12 |
+
"fact"
|
13 |
+
],
|
14 |
+
"_type": "ClassLabel"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"homepage": "",
|
18 |
+
"license": "",
|
19 |
+
"splits": {
|
20 |
+
"train": {
|
21 |
+
"name": "train",
|
22 |
+
"num_bytes": 3118440,
|
23 |
+
"num_examples": 30932,
|
24 |
+
"dataset_name": null
|
25 |
+
}
|
26 |
+
}
|
27 |
+
}
|
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": "bd9a5f19ab0f41fd",
|
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:bbed8268ac37bcf8cffebcfa9c818f38cb2fbb7d5bd18e961b9030a0760fee2d
|
3 |
+
size 303984
|
processed/valid/dataset_info.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "AutoTrain generated dataset",
|
4 |
+
"features": {
|
5 |
+
"text": {
|
6 |
+
"dtype": "string",
|
7 |
+
"_type": "Value"
|
8 |
+
},
|
9 |
+
"target": {
|
10 |
+
"names": [
|
11 |
+
"emotion",
|
12 |
+
"fact"
|
13 |
+
],
|
14 |
+
"_type": "ClassLabel"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"homepage": "",
|
18 |
+
"license": "",
|
19 |
+
"splits": {
|
20 |
+
"valid": {
|
21 |
+
"name": "valid",
|
22 |
+
"num_bytes": 302934,
|
23 |
+
"num_examples": 3000,
|
24 |
+
"dataset_name": null
|
25 |
+
}
|
26 |
+
}
|
27 |
+
}
|
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": "b4ea9c846d4c9ccd",
|
8 |
+
"_format_columns": [
|
9 |
+
"target",
|
10 |
+
"text"
|
11 |
+
],
|
12 |
+
"_format_kwargs": {},
|
13 |
+
"_format_type": null,
|
14 |
+
"_output_all_columns": false,
|
15 |
+
"_split": null
|
16 |
+
}
|