niting3c commited on
Commit
aac0572
·
1 Parent(s): 59a9e3b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -1,3 +1,24 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: mit
3
+ dataset_info:
4
+ features:
5
+ - name: text
6
+ dtype: string
7
+ - name: label
8
+ dtype:
9
+ class_label:
10
+ names:
11
+ '0': attack
12
+ '1': normal
13
+ splits:
14
+ - name: train
15
+ num_bytes: 2168348027
16
+ num_examples: 1256906
17
+ download_size: 766888948
18
+ dataset_size: 2168348027
19
+ configs:
20
+ - config_name: default
21
+ data_files:
22
+ - split: train
23
+ path: data/train-*
24
  ---