fiveflow commited on
Commit
4dcfa04
·
verified ·
1 Parent(s): 96d75cf

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ dataset_info:
10
+ features:
11
+ - name: question
12
+ dtype: string
13
+ - name: chosen
14
+ dtype: string
15
+ - name: rejected
16
+ dtype: string
17
+ - name: __index_level_0__
18
+ dtype: int64
19
+ - name: chosen_t
20
+ dtype: string
21
+ - name: rejected_t
22
+ dtype: string
23
+ - name: win_score
24
+ dtype: float64
25
+ - name: lose_score
26
+ dtype: float64
27
+ splits:
28
+ - name: train
29
+ num_bytes: 83072668
30
+ num_examples: 17281
31
+ - name: validation
32
+ num_bytes: 9324421
33
+ num_examples: 1915
34
+ download_size: 51896967
35
+ dataset_size: 92397089
36
+ ---
37
+ # Dataset Card for "for_align_with_score"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)