autotrain-data-processor
commited on
Commit
·
6b551f5
1
Parent(s):
6a16b48
Processed data from AutoTrain data processor ([2023-09-01 07:53 ]
Browse files
README.md
CHANGED
|
@@ -22,16 +22,12 @@ A sample from this dataset looks as follows:
|
|
| 22 |
```json
|
| 23 |
[
|
| 24 |
{
|
| 25 |
-
"
|
| 26 |
-
"feat_idx": 922,
|
| 27 |
-
"text": "is it hokey ",
|
| 28 |
"target": 0
|
| 29 |
},
|
| 30 |
{
|
| 31 |
-
"
|
| 32 |
-
"
|
| 33 |
-
"text": "'n safe as to often play like a milquetoast movie of the week blown up for the big screen ",
|
| 34 |
-
"target": 0
|
| 35 |
}
|
| 36 |
]
|
| 37 |
```
|
|
@@ -42,10 +38,8 @@ The dataset has the following fields (also called "features"):
|
|
| 42 |
|
| 43 |
```json
|
| 44 |
{
|
| 45 |
-
"feat_Unnamed: 0": "Value(dtype='int64', id=None)",
|
| 46 |
-
"feat_idx": "Value(dtype='int64', id=None)",
|
| 47 |
"text": "Value(dtype='string', id=None)",
|
| 48 |
-
"target": "ClassLabel(names=['
|
| 49 |
}
|
| 50 |
```
|
| 51 |
|
|
@@ -55,5 +49,5 @@ This dataset is split into a train and validation split. The split sizes are as
|
|
| 55 |
|
| 56 |
| Split name | Num samples |
|
| 57 |
| ------------ | ------------------- |
|
| 58 |
-
| train |
|
| 59 |
-
| valid |
|
|
|
|
| 22 |
```json
|
| 23 |
[
|
| 24 |
{
|
| 25 |
+
"text": "well it's clear now why europeans can't differ niggers and shitskins from human",
|
|
|
|
|
|
|
| 26 |
"target": 0
|
| 27 |
},
|
| 28 |
{
|
| 29 |
+
"text": "These boys will then grow up with people making fun of them and they will then hate their parents for ruining their lives.",
|
| 30 |
+
"target": 1
|
|
|
|
|
|
|
| 31 |
}
|
| 32 |
]
|
| 33 |
```
|
|
|
|
| 38 |
|
| 39 |
```json
|
| 40 |
{
|
|
|
|
|
|
|
| 41 |
"text": "Value(dtype='string', id=None)",
|
| 42 |
+
"target": "ClassLabel(names=['hate_speech', 'no_hate_speech'], id=None)"
|
| 43 |
}
|
| 44 |
```
|
| 45 |
|
|
|
|
| 49 |
|
| 50 |
| Split name | Num samples |
|
| 51 |
| ------------ | ------------------- |
|
| 52 |
+
| train | 798 |
|
| 53 |
+
| valid | 200 |
|
processed/train/data-00000-of-00001.arrow
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:289f92a7d0b0488160154f60f6816304ae7e50e67bffa318c83ebccec63bac31
|
| 3 |
+
size 101504
|
processed/train/dataset_info.json
CHANGED
|
@@ -2,22 +2,14 @@
|
|
| 2 |
"citation": "",
|
| 3 |
"description": "AutoTrain generated dataset",
|
| 4 |
"features": {
|
| 5 |
-
"feat_Unnamed: 0": {
|
| 6 |
-
"dtype": "int64",
|
| 7 |
-
"_type": "Value"
|
| 8 |
-
},
|
| 9 |
-
"feat_idx": {
|
| 10 |
-
"dtype": "int64",
|
| 11 |
-
"_type": "Value"
|
| 12 |
-
},
|
| 13 |
"text": {
|
| 14 |
"dtype": "string",
|
| 15 |
"_type": "Value"
|
| 16 |
},
|
| 17 |
"target": {
|
| 18 |
"names": [
|
| 19 |
-
"
|
| 20 |
-
"
|
| 21 |
],
|
| 22 |
"_type": "ClassLabel"
|
| 23 |
}
|
|
@@ -27,8 +19,8 @@
|
|
| 27 |
"splits": {
|
| 28 |
"train": {
|
| 29 |
"name": "train",
|
| 30 |
-
"num_bytes":
|
| 31 |
-
"num_examples":
|
| 32 |
"dataset_name": null
|
| 33 |
}
|
| 34 |
}
|
|
|
|
| 2 |
"citation": "",
|
| 3 |
"description": "AutoTrain generated dataset",
|
| 4 |
"features": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
"text": {
|
| 6 |
"dtype": "string",
|
| 7 |
"_type": "Value"
|
| 8 |
},
|
| 9 |
"target": {
|
| 10 |
"names": [
|
| 11 |
+
"hate_speech",
|
| 12 |
+
"no_hate_speech"
|
| 13 |
],
|
| 14 |
"_type": "ClassLabel"
|
| 15 |
}
|
|
|
|
| 19 |
"splits": {
|
| 20 |
"train": {
|
| 21 |
"name": "train",
|
| 22 |
+
"num_bytes": 100885,
|
| 23 |
+
"num_examples": 798,
|
| 24 |
"dataset_name": null
|
| 25 |
}
|
| 26 |
}
|
processed/train/state.json
CHANGED
|
@@ -4,10 +4,8 @@
|
|
| 4 |
"filename": "data-00000-of-00001.arrow"
|
| 5 |
}
|
| 6 |
],
|
| 7 |
-
"_fingerprint": "
|
| 8 |
"_format_columns": [
|
| 9 |
-
"feat_Unnamed: 0",
|
| 10 |
-
"feat_idx",
|
| 11 |
"target",
|
| 12 |
"text"
|
| 13 |
],
|
|
|
|
| 4 |
"filename": "data-00000-of-00001.arrow"
|
| 5 |
}
|
| 6 |
],
|
| 7 |
+
"_fingerprint": "ff44882a8e7876aa",
|
| 8 |
"_format_columns": [
|
|
|
|
|
|
|
| 9 |
"target",
|
| 10 |
"text"
|
| 11 |
],
|
processed/valid/data-00000-of-00001.arrow
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:35f352eae864f55b1057ba4097b3d67dc6e1f50ad63dbdf53f02faf7203ee33a
|
| 3 |
+
size 24552
|
processed/valid/dataset_info.json
CHANGED
|
@@ -2,22 +2,14 @@
|
|
| 2 |
"citation": "",
|
| 3 |
"description": "AutoTrain generated dataset",
|
| 4 |
"features": {
|
| 5 |
-
"feat_Unnamed: 0": {
|
| 6 |
-
"dtype": "int64",
|
| 7 |
-
"_type": "Value"
|
| 8 |
-
},
|
| 9 |
-
"feat_idx": {
|
| 10 |
-
"dtype": "int64",
|
| 11 |
-
"_type": "Value"
|
| 12 |
-
},
|
| 13 |
"text": {
|
| 14 |
"dtype": "string",
|
| 15 |
"_type": "Value"
|
| 16 |
},
|
| 17 |
"target": {
|
| 18 |
"names": [
|
| 19 |
-
"
|
| 20 |
-
"
|
| 21 |
],
|
| 22 |
"_type": "ClassLabel"
|
| 23 |
}
|
|
@@ -27,8 +19,8 @@
|
|
| 27 |
"splits": {
|
| 28 |
"valid": {
|
| 29 |
"name": "valid",
|
| 30 |
-
"num_bytes":
|
| 31 |
-
"num_examples":
|
| 32 |
"dataset_name": null
|
| 33 |
}
|
| 34 |
}
|
|
|
|
| 2 |
"citation": "",
|
| 3 |
"description": "AutoTrain generated dataset",
|
| 4 |
"features": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
"text": {
|
| 6 |
"dtype": "string",
|
| 7 |
"_type": "Value"
|
| 8 |
},
|
| 9 |
"target": {
|
| 10 |
"names": [
|
| 11 |
+
"hate_speech",
|
| 12 |
+
"no_hate_speech"
|
| 13 |
],
|
| 14 |
"_type": "ClassLabel"
|
| 15 |
}
|
|
|
|
| 19 |
"splits": {
|
| 20 |
"valid": {
|
| 21 |
"name": "valid",
|
| 22 |
+
"num_bytes": 23934,
|
| 23 |
+
"num_examples": 200,
|
| 24 |
"dataset_name": null
|
| 25 |
}
|
| 26 |
}
|
processed/valid/state.json
CHANGED
|
@@ -4,10 +4,8 @@
|
|
| 4 |
"filename": "data-00000-of-00001.arrow"
|
| 5 |
}
|
| 6 |
],
|
| 7 |
-
"_fingerprint": "
|
| 8 |
"_format_columns": [
|
| 9 |
-
"feat_Unnamed: 0",
|
| 10 |
-
"feat_idx",
|
| 11 |
"target",
|
| 12 |
"text"
|
| 13 |
],
|
|
|
|
| 4 |
"filename": "data-00000-of-00001.arrow"
|
| 5 |
}
|
| 6 |
],
|
| 7 |
+
"_fingerprint": "1a616664f71759d7",
|
| 8 |
"_format_columns": [
|
|
|
|
|
|
|
| 9 |
"target",
|
| 10 |
"text"
|
| 11 |
],
|