Asaf-Yehudai
commited on
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: 'Unnamed: 0'
|
5 |
+
dtype: int64
|
6 |
+
- name: question_id
|
7 |
+
dtype: int64
|
8 |
+
- name: category
|
9 |
+
dtype: string
|
10 |
+
- name: model_input
|
11 |
+
dtype: string
|
12 |
+
- name: model_id
|
13 |
+
dtype: string
|
14 |
+
- name: model_output
|
15 |
+
dtype: string
|
16 |
+
- name: judge_model_id
|
17 |
+
dtype: string
|
18 |
+
- name: turn
|
19 |
+
dtype: int64
|
20 |
+
- name: judge_prompt
|
21 |
+
dtype: string
|
22 |
+
- name: judgment
|
23 |
+
dtype: string
|
24 |
+
- name: score
|
25 |
+
dtype: float64
|
26 |
+
splits:
|
27 |
+
- name: train
|
28 |
+
num_bytes: 29180239
|
29 |
+
num_examples: 5440
|
30 |
+
download_size: 6159349
|
31 |
+
dataset_size: 29180239
|
32 |
+
---
|
33 |
+
# Dataset Card for "mt_bench_gpt_4_judge_single_score"
|
34 |
+
|
35 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|