vlsb/autotrain-security-texts-classification-distilroberta-688220764
•
Updated
•
6
•
2
builder_name (unknown) | citation (string) | config_name (unknown) | dataset_size (unknown) | description (string) | download_checksums (unknown) | download_size (unknown) | features (dict) | homepage (string) | license (string) | post_processed (unknown) | post_processing_size (unknown) | size_in_bytes (unknown) | splits (dict) | supervised_keys (unknown) | task_templates (unknown) | version (unknown) | _data_files (list) | _fingerprint (string) | _format_columns (sequence) | _format_kwargs (dict) | _format_type (unknown) | _indexes (dict) | _output_all_columns (bool) | _split (unknown) |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
""
| "AutoTrain generated dataset"
| {
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"target": {
"num_classes": 2,
"names": [
"irrelevant",
"relevant"
],
"id": null,
"_type": "ClassLabel"
}
}
| ""
| ""
| {
"train": {
"name": "train",
"num_bytes": 3062259,
"num_examples": 780,
"dataset_name": null
}
}
| |||||||||||||||||||
[
{
"filename": "dataset.arrow"
}
]
| "6cb0a63afd430e7d"
| [
"target",
"text"
]
| {}
| {}
| false
|
This dataset has been automatically processed by AutoTrain for project security-texts-classification-distilroberta.
The BCP-47 code for the dataset's language is unk.
A sample from this dataset looks as follows:
[
{
"text": "Netgear launches Bug Bounty Program for Hacker; Offering up to $15,000 in Rewards It might be the ea[...]",
"target": 0
},
{
"text": "Popular Malware Families Using 'Process Doppelg\u00e4nging' to Evade Detection The fileless code injectio[...]",
"target": 1
}
]
The dataset has the following fields (also called "features"):
{
"text": "Value(dtype='string', id=None)",
"target": "ClassLabel(num_classes=2, names=['irrelevant', 'relevant'], id=None)"
}
This dataset is split into a train and validation split. The split sizes are as follow:
Split name | Num samples |
---|---|
train | 780 |
valid | 196 |