File size: 655 Bytes
b4e8bf4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': non-cybersec
          '1': cybersec
  - name: source
    dtype: string
  - name: tokens_length
    dtype: int64
  - name: text_length
    dtype: int64
  splits:
  - name: train
    num_bytes: 4928000253.748813
    num_examples: 4616079
  - name: validation
    num_bytes: 527264.9276978535
    num_examples: 2460
  download_size: 3300180199
  dataset_size: 4928527518.676511
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---