File size: 2,413 Bytes
4c35980
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
---
dataset_info:
  features:
  - name: dataset
    dtype: string
  - name: prompt_source
    dtype: string
  - name: response_model
    dtype: string
  - name: messages
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  - name: helpsteer-helpfulness
    dtype: float64
  - name: helpsteer-correctness
    dtype: float64
  - name: helpsteer-coherence
    dtype: float64
  - name: helpsteer-complexity
    dtype: float64
  - name: helpsteer-verbosity
    dtype: float64
  - name: ultrafeedback-overall_score
    dtype: float64
  - name: ultrafeedback-instruction_following
    dtype: float64
  - name: ultrafeedback-truthfulness
    dtype: float64
  - name: ultrafeedback-honesty
    dtype: float64
  - name: ultrafeedback-helpfulness
    dtype: float64
  - name: beavertails-is_safe
    dtype: float64
  - name: beavertails-animal_abuse
    dtype: float64
  - name: beavertails-child_abuse
    dtype: float64
  - name: beavertails-controversial_topics,politics
    dtype: float64
  - name: beavertails-discrimination,stereotype,injustice
    dtype: float64
  - name: beavertails-drug_abuse,weapons,banned_substance
    dtype: float64
  - name: beavertails-financial_crime,property_crime,theft
    dtype: float64
  - name: beavertails-hate_speech,offensive_language
    dtype: float64
  - name: beavertails-misinformation_regarding_ethics,laws_and_safety
    dtype: float64
  - name: beavertails-non_violent_unethical_behavior
    dtype: float64
  - name: beavertails-privacy_violation
    dtype: float64
  - name: beavertails-self_harm
    dtype: float64
  - name: beavertails-sexually_explicit,adult_content
    dtype: float64
  - name: beavertails-terrorism,organized_crime
    dtype: float64
  - name: beavertails-violence,aiding_and_abetting,incitement
    dtype: float64
  - name: prometheus-score
    dtype: float64
  - name: argilla-overall_quality
    dtype: float64
  - name: argilla-judge_lm
    dtype: float64
  - name: code-complexity
    dtype: float64
  - name: code-style
    dtype: float64
  - name: code-explanation
    dtype: float64
  - name: code-instruction-following
    dtype: float64
  - name: code-readability
    dtype: float64
  splits:
  - name: train
    num_bytes: 1255350955
    num_examples: 569185
  download_size: 425541078
  dataset_size: 1255350955
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---