Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -4,12 +4,14 @@ configs:
4
  - config_name: default
5
  data_files:
6
  - split: train
7
- path: "data/train.parquet"
8
  - split: test
9
- path: "data/test.parquet"
10
  task_categories:
11
  - text-classification
12
  - tabular-classification
 
 
13
  size_categories:
14
  - n<1K
15
  annotations_creators:
@@ -18,6 +20,9 @@ tags:
18
  - phishing
19
  - url
20
  - security
 
 
 
21
  ---
22
 
23
 
@@ -112,4 +117,4 @@ To give credit to the creators of this dataset, please use the following citatio
112
  Hannousse, A., & Yahiouche, S. (2021).
113
  Towards benchmark datasets for machine learning based website phishing detection: An experimental study.
114
  Engineering Applications of Artificial Intelligence, 104, 104347.
115
- ```
 
4
  - config_name: default
5
  data_files:
6
  - split: train
7
+ path: data/train.parquet
8
  - split: test
9
+ path: data/test.parquet
10
  task_categories:
11
  - text-classification
12
  - tabular-classification
13
+ - token-classification
14
+ - text2text-generation
15
  size_categories:
16
  - n<1K
17
  annotations_creators:
 
20
  - phishing
21
  - url
22
  - security
23
+ language:
24
+ - en
25
+ pretty_name: TabNetone
26
  ---
27
 
28
 
 
117
  Hannousse, A., & Yahiouche, S. (2021).
118
  Towards benchmark datasets for machine learning based website phishing detection: An experimental study.
119
  Engineering Applications of Artificial Intelligence, 104, 104347.
120
+ ```