pkarypis commited on
Commit
8dd4cbc
1 Parent(s): fa4dd66

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: 1350777817.931667
26
+ num_examples: 200979
27
+ download_size: 1596770502
28
+ dataset_size: 3001146377.9316673
29
+ ---
30
+ # Dataset Card for "ultrachat_filtered"
31
+
32
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)