ummagumm-a commited on
Commit
9217a80
1 Parent(s): 95dc918

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: prompt
5
+ dtype: string
6
+ - name: chosen
7
+ struct:
8
+ - name: score
9
+ dtype: int64
10
+ - name: text
11
+ dtype: string
12
+ - name: rejected
13
+ struct:
14
+ - name: score
15
+ dtype: int64
16
+ - name: text
17
+ dtype: string
18
+ splits:
19
+ - name: train
20
+ num_bytes: 341356800
21
+ num_examples: 281940
22
+ download_size: 196778839
23
+ dataset_size: 341356800
24
+ ---
25
+ # Dataset Card for "cup-it-ds-classification-pairwise"
26
+
27
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)