dim commited on
Commit
7dd2edf
1 Parent(s): 1b2d3bf

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: author
7
+ dtype: string
8
+ - name: title
9
+ dtype: string
10
+ - name: link
11
+ dtype: string
12
+ - name: description
13
+ dtype: string
14
+ - name: tag
15
+ dtype: string
16
+ - name: likes
17
+ dtype: int64
18
+ - name: date
19
+ dtype: string
20
+ - name: review
21
+ dtype: string
22
+ - name: format
23
+ dtype: string
24
+ - name: text
25
+ dtype: string
26
+ - name: rating
27
+ dtype: string
28
+ - name: status
29
+ dtype: string
30
+ - name: parts
31
+ dtype: string
32
+ splits:
33
+ - name: train
34
+ num_bytes: 196728614
35
+ num_examples: 10000
36
+ download_size: 101209419
37
+ dataset_size: 196728614
38
+ ---
39
+ # Dataset Card for "ficbook_prompts_best_10k"
40
+
41
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)