Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -7,24 +7,24 @@ configs:
|
|
7 |
path: data/train-*
|
8 |
dataset_info:
|
9 |
features:
|
10 |
-
- name: output_ppl
|
11 |
-
dtype: int64
|
12 |
-
- name: full_ppl
|
13 |
-
dtype: int64
|
14 |
-
- name: input_ppl
|
15 |
-
dtype: int64
|
16 |
-
- name: instruction_ppl
|
17 |
-
dtype: int64
|
18 |
-
- name: instruction
|
19 |
-
dtype: string
|
20 |
- name: input
|
21 |
dtype: string
|
|
|
|
|
22 |
- name: output
|
23 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
splits:
|
25 |
- name: train
|
26 |
-
num_bytes:
|
27 |
-
num_examples:
|
28 |
-
download_size:
|
29 |
-
dataset_size:
|
30 |
---
|
|
|
7 |
path: data/train-*
|
8 |
dataset_info:
|
9 |
features:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
- name: input
|
11 |
dtype: string
|
12 |
+
- name: instruction
|
13 |
+
dtype: string
|
14 |
- name: output
|
15 |
dtype: string
|
16 |
+
- name: input_ppl
|
17 |
+
dtype: int64
|
18 |
+
- name: instruction_ppl
|
19 |
+
dtype: int64
|
20 |
+
- name: output_ppl
|
21 |
+
dtype: int64
|
22 |
+
- name: full_ppl
|
23 |
+
dtype: int64
|
24 |
splits:
|
25 |
- name: train
|
26 |
+
num_bytes: 60856874
|
27 |
+
num_examples: 55359
|
28 |
+
download_size: 27216157
|
29 |
+
dataset_size: 60856874
|
30 |
---
|