DeepInstinct commited on
Commit
aac0502
·
verified ·
1 Parent(s): 93e34c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -36,3 +36,16 @@ ds_dns = load_dataset("DeepInstinct/DeepURLBench", "with_dns")
36
 
37
  # Load the subset without DNS data
38
  ds_no_dns = load_dataset("DeepInstinct/DeepURLBench", "without_dns")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
 
37
  # Load the subset without DNS data
38
  ds_no_dns = load_dataset("DeepInstinct/DeepURLBench", "without_dns")
39
+
40
+
41
+ ## License
42
+
43
+ This dataset is available under the CC BY-NC 4.0 License.
44
+ ## Citation
45
+
46
+ @misc{deepurlbench2025,
47
+ author = {Deep Instinct Research Team},
48
+ title = {DeepURLBench: A large-scale benchmark for URL classification},
49
+ year = {2025},
50
+ howpublished = {\\url{https://huggingface.co/datasets/DeepInstinct/DeepURLBench}}
51
+ }