File size: 1,221 Bytes
fdd5024 |
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 |
---
dataset_info:
features:
- name: prompt
dtype: string
- name: chosen
dtype: string
- name: chosen_model
dtype: string
- name: rejected
dtype: string
- name: rejected_model
dtype: string
- name: subset
dtype: string
- name: id
dtype: int64
- name: chosen_yes_prob
dtype: float64
- name: chosen_no_prob
dtype: float64
- name: rejected_yes_prob
dtype: float64
- name: rejected_no_prob
dtype: float64
splits:
- name: hep_python
num_bytes: 144593
num_examples: 164
- name: hep_java
num_bytes: 204964
num_examples: 164
- name: hep_cpp
num_bytes: 171457
num_examples: 164
- name: hep_js
num_bytes: 162128
num_examples: 164
- name: hep_go
num_bytes: 182005
num_examples: 164
- name: hep_rust
num_bytes: 177402
num_examples: 164
download_size: 517679
dataset_size: 1042549
configs:
- config_name: default
data_files:
- split: hep_python
path: data/hep_python-*
- split: hep_java
path: data/hep_java-*
- split: hep_cpp
path: data/hep_cpp-*
- split: hep_js
path: data/hep_js-*
- split: hep_go
path: data/hep_go-*
- split: hep_rust
path: data/hep_rust-*
---
|