DeepURLBench / dataset_infos.json
DeepInstinct's picture
Create dataset_infos.json
583a9e4 verified
raw
history blame
1.69 kB
{
"with_dns": {
"description": "Subset with DNS resolution data (including TTL and IP addresses).",
"citation": "@misc{deepurlbench2025,\n author = {Deep Instinct Research Team},\n title = {DeepURLBench: A large-scale benchmark for URL classification},\n year = {2025},\n howpublished = {\\url{https://huggingface.co/datasets/DeepInstinct/DeepURLBench}}\n}",
"homepage": "https://huggingface.co/datasets/DeepInstinct/DeepURLBench",
"license": "cc-by-nc-4.0",
"features": {
"url": {"dtype": "string", "_type": "Value"},
"first_seen": {"dtype": "string", "_type": "Value"},
"TTL": {"dtype": "int32", "_type": "Value"},
"label": {"dtype": "string", "_type": "Value"},
"ip_address": {
"feature": {"dtype": "string", "_type": "Value"},
"_type": "Sequence"
}
},
"splits": {},
"download_size": 0,
"dataset_size": 0
},
"without_dns": {
"description": "Subset without DNS resolution data (only URL, label, and timestamp).",
"citation": "@misc{deepurlbench2025,\n author = {Deep Instinct Research Team},\n title = {DeepURLBench: A large-scale benchmark for URL classification},\n year = {2025},\n howpublished = {\\url{https://huggingface.co/datasets/DeepInstinct/DeepURLBench}}\n}",
"homepage": "https://huggingface.co/datasets/DeepInstinct/DeepURLBench",
"license": "cc-by-nc-4.0",
"features": {
"url": {"dtype": "string", "_type": "Value"},
"first_seen": {"dtype": "string", "_type": "Value"},
"label": {"dtype": "string", "_type": "Value"}
},
"splits": {},
"download_size": 0,
"dataset_size": 0
}
}