File size: 880 Bytes
c32a6bb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
36
37
38
39
40
41
42
43
44
45
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: tokens
    sequence: string
  - name: ner_tags
    sequence:
      class_label:
        names:
          '0': B-Indicator
          '1': B-Malware
          '2': B-Organization
          '3': B-System
          '4': B-Vulnerability
          '5': I-Indicator
          '6': I-Malware
          '7': I-Organization
          '8': I-System
          '9': I-Vulnerability
          '10': O
  splits:
  - name: train
    num_bytes: 1197515
    num_examples: 2664
  - name: test
    num_bytes: 336600
    num_examples: 717
  - name: validation
    num_bytes: 339858
    num_examples: 785
  download_size: 385107
  dataset_size: 1873973
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
---