File size: 507 Bytes
79120aa
 
 
 
 
 
 
 
 
 
 
 
 
8e7efff
 
 
 
 
 
 
79120aa
 
 
 
 
8e7efff
 
79120aa
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:
  features:
  - name: id
    dtype: string
  - name: question
    dtype: string
  - name: chosen
    dtype: string
  - name: rejected
    dtype: string
  splits:
  - name: train
    num_bytes: 121349264.75228673
    num_examples: 65017
  - name: test
    num_bytes: 3732847.247713267
    num_examples: 2000
  download_size: 63939010
  dataset_size: 125082112.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---