P1ayer-1 commited on
Commit
5ce4ab3
1 Parent(s): ddb8bd9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +60 -0
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: aacid
5
+ dtype: string
6
+ - name: metadata
7
+ struct:
8
+ - name: zlibrary_id
9
+ dtype: int64
10
+ - name: date_added
11
+ dtype: string
12
+ - name: date_modified
13
+ dtype: string
14
+ - name: extension
15
+ dtype: string
16
+ - name: filesize_reported
17
+ dtype: int64
18
+ - name: md5_reported
19
+ dtype: string
20
+ - name: title
21
+ dtype: string
22
+ - name: author
23
+ dtype: string
24
+ - name: publisher
25
+ dtype: string
26
+ - name: language
27
+ dtype: string
28
+ - name: series
29
+ dtype: string
30
+ - name: volume
31
+ dtype: string
32
+ - name: edition
33
+ dtype: string
34
+ - name: year
35
+ dtype: string
36
+ - name: pages
37
+ dtype: string
38
+ - name: description
39
+ dtype: string
40
+ - name: cover_path
41
+ dtype: string
42
+ - name: isbns
43
+ sequence: string
44
+ - name: category_id
45
+ dtype: string
46
+ splits:
47
+ - name: train
48
+ num_bytes: 2163495791
49
+ num_examples: 2630955
50
+ download_size: 1175094406
51
+ dataset_size: 2163495791
52
+ configs:
53
+ - config_name: default
54
+ data_files:
55
+ - split: train
56
+ path: data/train-*
57
+ ---
58
+ # Dataset Card for "annas-zlib3-index"
59
+
60
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)