davanstrien HF staff commited on
Commit
0e060b2
1 Parent(s): 659a5b2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: source
5
+ dtype: string
6
+ - name: title
7
+ dtype: string
8
+ - name: location
9
+ dtype: string
10
+ - name: date
11
+ dtype: timestamp[s]
12
+ - name: item_type
13
+ dtype: string
14
+ - name: word_count
15
+ dtype: int32
16
+ - name: ocr_quality_mean
17
+ dtype: float64
18
+ - name: ocr_quality_sd
19
+ dtype: float64
20
+ - name: text
21
+ dtype: string
22
+ splits:
23
+ - name: train
24
+ num_bytes: 13449536172
25
+ num_examples: 2863040
26
+ download_size: 5291958085
27
+ dataset_size: 13449536172
28
+ ---
29
+ # Dataset Card for "hmd_newspapers"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)