ArmelR commited on
Commit
fe4eeed
1 Parent(s): 3a079de

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: qid
5
+ dtype: int64
6
+ - name: question
7
+ dtype: string
8
+ - name: date
9
+ dtype: string
10
+ - name: metadata
11
+ sequence: string
12
+ - name: response
13
+ dtype: string
14
+ splits:
15
+ - name: finetune
16
+ num_bytes: 6674567576
17
+ num_examples: 3000000
18
+ - name: reward
19
+ num_bytes: 6674341521
20
+ num_examples: 3000000
21
+ - name: rl
22
+ num_bytes: 6679279968
23
+ num_examples: 3000000
24
+ - name: evaluation
25
+ num_bytes: 4022714493
26
+ num_examples: 1807695
27
+ download_size: 12152625301
28
+ dataset_size: 24050903558
29
+ ---
30
+ # Dataset Card for "stack-exchange-instruction"
31
+
32
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)