P1ayer-1 commited on
Commit
bf562c3
1 Parent(s): 6095086

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: authors
10
+ dtype: string
11
+ - name: color
12
+ sequence: float64
13
+ - name: depth
14
+ dtype: int64
15
+ - name: field
16
+ dtype: string
17
+ - name: id
18
+ dtype: int64
19
+ - name: match_count
20
+ dtype: int64
21
+ - name: position
22
+ sequence: float64
23
+ - name: title
24
+ dtype: string
25
+ - name: author_hashes
26
+ dtype: string
27
+ - name: title_hashes
28
+ dtype: string
29
+ - name: isbn
30
+ sequence: string
31
+ - name: isbn13
32
+ sequence: string
33
+ splits:
34
+ - name: train
35
+ num_bytes: 15013450
36
+ num_examples: 61419
37
+ download_size: 9443920
38
+ dataset_size: 15013450
39
+ ---
40
+ # Dataset Card for "isbndb-annas-duplicates"
41
+
42
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)