Charles59 commited on
Commit
0e07126
·
verified ·
1 Parent(s): 8150e9b

add config vpn_detection (2 classes)

Browse files
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: vpn_detection
4
+ features:
5
+ - name: anonymized_text
6
+ dtype: string
7
+ - name: label
8
+ dtype:
9
+ class_label:
10
+ names:
11
+ '0': nonvpn
12
+ '1': vpn
13
+ splits:
14
+ - name: train
15
+ num_bytes: 5986276
16
+ num_examples: 4155
17
+ - name: validation
18
+ num_bytes: 2003740
19
+ num_examples: 1385
20
+ - name: test
21
+ num_bytes: 2037970
22
+ num_examples: 1385
23
+ download_size: 2383255
24
+ dataset_size: 10027986
25
+ configs:
26
+ - config_name: vpn_detection
27
+ data_files:
28
+ - split: train
29
+ path: vpn_detection/train-*
30
+ - split: validation
31
+ path: vpn_detection/validation-*
32
+ - split: test
33
+ path: vpn_detection/test-*
34
+ ---
vpn_detection/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5616756d7e14b6e459a9fdb3d2b348faad7687506e2ffd3a6d5f6900d65f52bc
3
+ size 470178
vpn_detection/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a661db5d824cfe49deb5cf3a819c1f66ca5439d15bded1c409c1b86ca6a659f7
3
+ size 1419682
vpn_detection/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d75dda53a294decac530896f3ec37905784a734c64f8cedf172c3aae06aeba85
3
+ size 493395