File size: 1,464 Bytes
4f6e860 |
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 64 65 66 67 68 |
---
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_score
dtype: int64
- name: chosen_justification
dtype: string
- name: rejected_score
dtype: int64
- name: rejected_justification
dtype: string
splits:
- name: llmbar_adver_manual
num_bytes: 347945
num_examples: 46
- name: mt_bench_med
num_bytes: 455244
num_examples: 45
- name: xstest_should_respond
num_bytes: 1628869
num_examples: 250
- name: hep_rust
num_bytes: 981529
num_examples: 164
- name: hep_js
num_bytes: 971578
num_examples: 164
- name: alpacaeval_length
num_bytes: 9516022
num_examples: 805
- name: llmbar_natural
num_bytes: 603549
num_examples: 100
download_size: 5115615
dataset_size: 14504736
configs:
- config_name: default
data_files:
- split: llmbar_adver_manual
path: data/llmbar_adver_manual-*
- split: mt_bench_med
path: data/mt_bench_med-*
- split: xstest_should_respond
path: data/xstest_should_respond-*
- split: hep_rust
path: data/hep_rust-*
- split: hep_js
path: data/hep_js-*
- split: alpacaeval_length
path: data/alpacaeval_length-*
- split: llmbar_natural
path: data/llmbar_natural-*
---
|