File size: 594 Bytes
5408a03
 
 
e509672
5408a03
e509672
8bf57f4
 
 
 
 
e509672
8bf57f4
 
 
 
 
5408a03
 
8bf57f4
e509672
 
8bf57f4
e509672
8bf57f4
 
5408a03
 
 
 
 
e509672
 
5408a03
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
---
dataset_info:
  features:
  - name: prompt
    dtype: string
  - name: chosen
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  - name: rejected
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  splits:
  - name: train
    num_bytes: 261385095
    num_examples: 185493
  - name: test
    num_bytes: 88940217
    num_examples: 93878
  download_size: 28033989
  dataset_size: 350325312
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---