chansurgeplus commited on
Commit
0cc3fde
1 Parent(s): 3a86c79

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: prefix
12
+ sequence: string
13
+ - name: suffix
14
+ sequence: string
15
+ - name: reward
16
+ sequence: float64
17
+ - name: sft_index
18
+ dtype: int64
19
+ splits:
20
+ - name: train
21
+ num_bytes: 87033673
22
+ num_examples: 9851
23
+ - name: test
24
+ num_bytes: 1276935
25
+ num_examples: 1032
26
+ download_size: 16272549
27
+ dataset_size: 88310608
28
+ ---
29
+ # Dataset Card for "oasst1-guanaco-damo-convai-pro"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)