File size: 807 Bytes
58c5c65
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: prompt
    list:
    - name: role
      dtype: string
    - name: content
      dtype: string
  - name: source
    dtype: string
  - name: severity
    dtype: string
  - name: category
    dtype: string
  - name: has_code
    dtype: bool
  - name: has_poc
    dtype: bool
  - name: reference_response
    dtype: string
  - name: firm
    dtype: string
  - name: quality_score
    dtype: float64
  - name: protocol
    dtype: string
  splits:
  - name: train
    num_bytes: 135505305
    num_examples: 48356
  - name: validation
    num_bytes: 7161775
    num_examples: 2546
  download_size: 103964620
  dataset_size: 142667080
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---