File size: 1,047 Bytes
410d35a
 
 
 
6a529f8
 
 
 
 
6a9099d
 
34113fd
 
 
 
 
 
 
 
 
 
 
 
 
 
6a9099d
 
 
 
 
 
 
 
 
 
 
 
 
 
410d35a
 
 
 
53b9da2
 
 
 
410d35a
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: instruction
    list:
    - name: role
      dtype: string
    - name: text
      dtype: string
  - name: instruction_vi
    dtype: string
  - name: score_rejected
    struct:
    - name: PROFANITY
      dtype: float64
    - name: SEVERE_TOXICITY
      dtype: float64
    - name: INSULT
      dtype: float64
    - name: THREAT
      dtype: float64
    - name: TOXICITY
      dtype: float64
    - name: IDENTITY_ATTACK
      dtype: float64
  - name: score_prompt
    struct:
    - name: PROFANITY
      dtype: float64
    - name: SEVERE_TOXICITY
      dtype: float64
    - name: INSULT
      dtype: float64
    - name: THREAT
      dtype: float64
    - name: TOXICITY
      dtype: float64
    - name: IDENTITY_ATTACK
      dtype: float64
  - name: predict
    sequence: string
  splits:
  - name: train
    num_bytes: 3209511.267450404
    num_examples: 9995
  download_size: 1576612
  dataset_size: 3209511.267450404
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---