shawhin commited on
Commit
534e34c
1 Parent(s): 3d78444

Upload dataset

Browse files
README.md CHANGED
@@ -1,9 +1,36 @@
1
  ---
2
  license: odbl
3
- task_categories:
4
- - text-classification
5
  size_categories:
6
  - 1K<n<10K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ---
8
  # Phishing Website Dataset
9
  Subset of phishing site dataset from here: https://www.kaggle.com/datasets/taruntiwarihp/phishing-site-urls/data
 
1
  ---
2
  license: odbl
 
 
3
  size_categories:
4
  - 1K<n<10K
5
+ task_categories:
6
+ - text-classification
7
+ dataset_info:
8
+ features:
9
+ - name: text
10
+ dtype: string
11
+ - name: labels
12
+ dtype: int64
13
+ splits:
14
+ - name: train
15
+ num_bytes: 134987
16
+ num_examples: 2100
17
+ - name: validation
18
+ num_bytes: 27524
19
+ num_examples: 450
20
+ - name: test
21
+ num_bytes: 30718
22
+ num_examples: 450
23
+ download_size: 143853
24
+ dataset_size: 193229
25
+ configs:
26
+ - config_name: default
27
+ data_files:
28
+ - split: train
29
+ path: data/train-*
30
+ - split: validation
31
+ path: data/validation-*
32
+ - split: test
33
+ path: data/test-*
34
  ---
35
  # Phishing Website Dataset
36
  Subset of phishing site dataset from here: https://www.kaggle.com/datasets/taruntiwarihp/phishing-site-urls/data
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd3374fd505ce6042174426263e7a77d602fc499f6bb6e91a9fc8dea9ec1cbba
3
+ size 24524
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e6ffc7fff418c87f18dfcae452a7e384909e363eddd4adc4846d205093a1263
3
+ size 97967
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4825615002add4323e505472394b6b79afb96489239e2b5c97578122ad1d5ef
3
+ size 21362