lvwerra HF staff commited on
Commit
13c6dfb
1 Parent(s): 2fc54f6

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-generation
4
+ - question-answering
5
+ language:
6
+ - en
7
+ pretty_name: StackExchange Paired
8
+ size_categories:
9
+ - 10M<n<100M
10
+ ---
11
+
12
+ # StackExchange Paired
13
+
14
+ This is a processed version of the [`HuggingFaceH4/stack-exchange-preferences`](https://huggingface.co/datasets/HuggingFaceH4/stack-exchange-preferences). The following steps were applied:
15
+
16
+ - Parse HTML to Markdown with `markdownify`
17
+ - Create pairs `(response_j, response_k)` where j was rated better than k
18
+ - Sample at most 10 pairs per question
19
+ - Shuffle the dataset globally
20
+
21
+ This dataset is designed to be used for preference learning.