File size: 472 Bytes
45cfee3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  config_name: python
  features:
  - name: prompt
    dtype: string
  - name: score
    dtype: float32
  - name: prediction
    dtype: string
  - name: target
    dtype: string
  - name: chosen
    dtype: string
  - name: rejected
    dtype: string
  splits:
  - name: train
    num_bytes: 61247
    num_examples: 20
  download_size: 45825
  dataset_size: 61247
configs:
- config_name: python
  data_files:
  - split: train
    path: python/train-*
---