File size: 609 Bytes
e453c6f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: ID
    dtype: string
  - name: name
    dtype: string
  - name: description
    dtype: string
  - name: created
    dtype: string
  - name: domain
    dtype: string
  - name: tactics
    dtype: string
  - name: detection
    dtype: string
  splits:
  - name: train
    num_bytes: 1059373.6295133438
    num_examples: 509
  - name: test
    num_bytes: 266404.3704866562
    num_examples: 128
  download_size: 632589
  dataset_size: 1325778.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---