euclaise commited on
Commit
15ac37b
1 Parent(s): 906e946

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: author
5
+ dtype: string
6
+ - name: desc
7
+ dtype: string
8
+ - name: genre
9
+ dtype: string
10
+ - name: isbn
11
+ dtype: string
12
+ - name: link
13
+ dtype: string
14
+ - name: pages
15
+ dtype: int64
16
+ - name: rating
17
+ dtype: float64
18
+ - name: reviews
19
+ dtype: int64
20
+ - name: title
21
+ dtype: string
22
+ - name: totalratings
23
+ dtype: int64
24
+ splits:
25
+ - name: train
26
+ num_bytes: 111985794
27
+ num_examples: 100000
28
+ download_size: 69614148
29
+ dataset_size: 111985794
30
+ configs:
31
+ - config_name: default
32
+ data_files:
33
+ - split: train
34
+ path: data/train-*
35
+ ---
36
+ # Dataset Card for "goodreads_100k"
37
+
38
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)