Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,15 @@ license: cc-by-nc-4.0
|
|
3 |
task_categories:
|
4 |
- text-classification
|
5 |
pretty_name: DeepURLBench
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
# DeepURLBench Dataset
|
8 |
|
|
|
3 |
task_categories:
|
4 |
- text-classification
|
5 |
pretty_name: DeepURLBench
|
6 |
+
configs:
|
7 |
+
- config_name: urls_with_dns
|
8 |
+
data_files:
|
9 |
+
- split: train
|
10 |
+
path: "data/urls_with_dns/*.parquet"
|
11 |
+
- config_name: urls_without_dns
|
12 |
+
data_files:
|
13 |
+
- split: train
|
14 |
+
path: "data/urls_without_dns/*.parquet"
|
15 |
---
|
16 |
# DeepURLBench Dataset
|
17 |
|