Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: prompt
|
5 |
+
dtype: string
|
6 |
+
- name: prompt_id
|
7 |
+
dtype: string
|
8 |
+
- name: messages
|
9 |
+
list:
|
10 |
+
- name: content
|
11 |
+
dtype: string
|
12 |
+
- name: role
|
13 |
+
dtype: string
|
14 |
+
splits:
|
15 |
+
- name: test_gen
|
16 |
+
num_bytes: 148276089
|
17 |
+
num_examples: 28304
|
18 |
+
- name: test_sft
|
19 |
+
num_bytes: 154695659
|
20 |
+
num_examples: 23110
|
21 |
+
- name: train_gen
|
22 |
+
num_bytes: 1347396812
|
23 |
+
num_examples: 256032
|
24 |
+
- name: train_sft
|
25 |
+
num_bytes: 1327200585.5576167
|
26 |
+
num_examples: 197471
|
27 |
+
download_size: 1573539009
|
28 |
+
dataset_size: 2977569145.5576167
|
29 |
+
---
|
30 |
+
# Dataset Card for "ultrachat_filtered_0.95"
|
31 |
+
|
32 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|