File size: 1,468 Bytes
1e09f9b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: response_0
    dtype: string
  - name: response_1
    dtype: string
  - name: response_2
    dtype: string
  - name: response_3
    dtype: string
  - name: response_4
    dtype: string
  - name: response_0_reward
    dtype: float64
  - name: response_1_reward
    dtype: float64
  - name: response_2_reward
    dtype: float64
  - name: response_3_reward
    dtype: float64
  - name: response_4_reward
    dtype: float64
  - name: prompt_id
    dtype: string
  - name: prompt
    dtype: string
  - name: llama_prompt_tokens
    sequence: int64
  - name: llama_chosen_tokens
    sequence: int64
  - name: chosen_reward
    dtype: float64
  - name: llama_reject_tokens
    sequence: int64
  - name: reject_reward
    dtype: float64
  - name: llama_middle_tokens
    sequence: int64
  - name: middle_reward
    dtype: float64
  - name: chosen_logprob
    dtype: float64
  - name: middle_logprob
    dtype: float64
  - name: reject_logprob
    dtype: float64
  - name: finetuned_response_0
    dtype: string
  - name: finetuned_response_1
    dtype: string
  - name: finetuned_response_2
    dtype: string
  - name: finetuned_response_3
    dtype: string
  - name: finetuned_response_4
    dtype: string
  splits:
  - name: test_prefs
    num_bytes: 91822742
    num_examples: 1801
  download_size: 25362686
  dataset_size: 91822742
configs:
- config_name: default
  data_files:
  - split: test_prefs
    path: data/test_prefs-*
---