euclaise commited on
Commit
eada0f4
·
1 Parent(s): b77a65f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: post_text
5
+ dtype: string
6
+ - name: post_title
7
+ dtype: string
8
+ - name: post_scores
9
+ dtype: int64
10
+ - name: comment_texts
11
+ sequence: string
12
+ - name: comment_scores
13
+ sequence: int64
14
+ splits:
15
+ - name: train
16
+ num_bytes: 166221117.51272428
17
+ num_examples: 21889
18
+ download_size: 169479948
19
+ dataset_size: 166221117.51272428
20
+ ---
21
+ # Dataset Card for "WritingPrompts_preferences"
22
+
23
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)