pkarypis commited on
Commit
915d7af
1 Parent(s): 4747603

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
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: 1257349338.1050777
26
+ num_examples: 187078
27
+ download_size: 1531111421
28
+ dataset_size: 2907717898.1050777
29
+ ---
30
+ # Dataset Card for "ultrachat_filtered_0.9"
31
+
32
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)