File size: 1,038 Bytes
c7c3c7c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: prompt
    dtype: string
  - name: shared_thought
    sequence: string
  - name: chosen
    sequence: string
  - name: chosen_reward
    dtype: float64
  - name: chosen_turn
    dtype: int64
  - name: chosen_error
    dtype: int64
  - name: reject
    sequence: string
  - name: reject_reward
    dtype: float64
  - name: reject_turn
    dtype: int64
  - name: reject_error
    dtype: int64
  - name: prompt_llama
    dtype: string
  - name: prompt_llama_token
    sequence: int64
  - name: chosen_llama
    dtype: string
  - name: chosen_llama_token
    sequence: int64
  - name: reject_llama
    dtype: string
  - name: reject_llama_token
    sequence: int64
  splits:
  - name: train
    num_bytes: 699135213.7565993
    num_examples: 15479
  - name: test
    num_bytes: 45166691.24340069
    num_examples: 1000
  download_size: 121241087
  dataset_size: 744301905.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---