Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: question
|
5 |
+
dtype: string
|
6 |
+
- name: std_answer
|
7 |
+
dtype: string
|
8 |
+
- name: class
|
9 |
+
dtype: string
|
10 |
+
- name: anima_answer
|
11 |
+
dtype: string
|
12 |
+
- name: anima_answer_extraced
|
13 |
+
dtype: string
|
14 |
+
- name: inputPrompt
|
15 |
+
dtype: string
|
16 |
+
- name: gpt_output
|
17 |
+
dtype: string
|
18 |
+
- name: gpt_output_score
|
19 |
+
dtype: float64
|
20 |
+
- name: chosen
|
21 |
+
dtype: string
|
22 |
+
- name: rejected
|
23 |
+
dtype: string
|
24 |
+
- name: chosen_token_len
|
25 |
+
dtype: int64
|
26 |
+
- name: rejected_token_len
|
27 |
+
dtype: int64
|
28 |
+
splits:
|
29 |
+
- name: train
|
30 |
+
num_bytes: 2972300.1
|
31 |
+
num_examples: 700
|
32 |
+
- name: test
|
33 |
+
num_bytes: 1273842.9
|
34 |
+
num_examples: 300
|
35 |
+
download_size: 2384211
|
36 |
+
dataset_size: 4246143.0
|
37 |
+
---
|
38 |
+
# Dataset Card for "Anima33B_rlhf_belle_eval_1k"
|
39 |
+
|
40 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|