File size: 1,690 Bytes
dd81046
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
dataset_info:
  features:
  - name: prompt
    dtype: string
  - name: category
    struct:
    - name: animal_abuse
      dtype: bool
    - name: child_abuse
      dtype: bool
    - name: controversial_topics,politics
      dtype: bool
    - name: discrimination,stereotype,injustice
      dtype: bool
    - name: drug_abuse,weapons,banned_substance
      dtype: bool
    - name: financial_crime,property_crime,theft
      dtype: bool
    - name: hate_speech,offensive_language
      dtype: bool
    - name: misinformation_regarding_ethics,laws_and_safety
      dtype: bool
    - name: non_violent_unethical_behavior
      dtype: bool
    - name: privacy_violation
      dtype: bool
    - name: self_harm
      dtype: bool
    - name: sexually_explicit,adult_content
      dtype: bool
    - name: terrorism,organized_crime
      dtype: bool
    - name: violence,aiding_and_abetting,incitement
      dtype: bool
  - name: is_safe
    dtype: bool
  - name: prompt_embedding
    sequence: float64
  - name: cluster
    dtype: int64
  - name: cluster_prob
    dtype: float64
  - name: response
    dtype: string
  splits:
  - name: 330k_train
    num_bytes: 235667183
    num_examples: 16188
  - name: 330k_test
    num_bytes: 113020715
    num_examples: 7766
  - name: 30k_train
    num_bytes: 113038626
    num_examples: 7766
  - name: 30k_test
    num_bytes: 36796517
    num_examples: 2526
  download_size: 333566299
  dataset_size: 498523041
configs:
- config_name: default
  data_files:
  - split: 330k_train
    path: data/330k_train-*
  - split: 330k_test
    path: data/330k_test-*
  - split: 30k_train
    path: data/30k_train-*
  - split: 30k_test
    path: data/30k_test-*
---