Datasets:
Commit
•
2875789
1
Parent(s):
b011cea
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: record_id
|
5 |
+
dtype: string
|
6 |
+
- name: date
|
7 |
+
dtype: timestamp[s]
|
8 |
+
- name: raw_date
|
9 |
+
dtype: string
|
10 |
+
- name: title
|
11 |
+
dtype: string
|
12 |
+
- name: place
|
13 |
+
dtype: string
|
14 |
+
- name: empty_pg
|
15 |
+
dtype: bool
|
16 |
+
- name: text
|
17 |
+
dtype: string
|
18 |
+
- name: pg
|
19 |
+
dtype: int32
|
20 |
+
- name: mean_wc_ocr
|
21 |
+
dtype: float32
|
22 |
+
- name: std_wc_ocr
|
23 |
+
dtype: float64
|
24 |
+
- name: name
|
25 |
+
dtype: string
|
26 |
+
- name: all_names
|
27 |
+
dtype: string
|
28 |
+
- name: Publisher
|
29 |
+
dtype: string
|
30 |
+
- name: Country of publication 1
|
31 |
+
dtype: string
|
32 |
+
- name: all Countries of publication
|
33 |
+
dtype: string
|
34 |
+
- name: Physical description
|
35 |
+
dtype: string
|
36 |
+
- name: Language_1
|
37 |
+
dtype: string
|
38 |
+
- name: Language_2
|
39 |
+
dtype: string
|
40 |
+
- name: Language_3
|
41 |
+
dtype: string
|
42 |
+
- name: Language_4
|
43 |
+
dtype: string
|
44 |
+
- name: multi_language
|
45 |
+
dtype: bool
|
46 |
+
splits:
|
47 |
+
- name: train
|
48 |
+
num_bytes: 30447658961
|
49 |
+
num_examples: 14011953
|
50 |
+
download_size: 16417609684
|
51 |
+
dataset_size: 30447658961
|
52 |
+
---
|
53 |
+
# Dataset Card for "blbooks-parquet"
|
54 |
+
|
55 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|