davanstrien HF staff commited on
Commit
659a5b2
1 Parent(s): 15190fe

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +63 -1
dataset_infos.json CHANGED
@@ -1 +1,63 @@
1
- {"davanstrien--hmd_newspapers": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "title": {"dtype": "string", "id": null, "_type": "Value"}, "location": {"dtype": "string", "id": null, "_type": "Value"}, "date": {"dtype": "timestamp[us]", "id": null, "_type": "Value"}, "ocr_quality_mean": {"dtype": "float64", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": null, "config_name": null, "version": null, "splits": {"train": {"name": "train", "num_bytes": 12409077294, "num_examples": 2787068, "dataset_name": "hmd_newspapers"}}, "download_checksums": null, "download_size": 8418688479, "post_processing_size": null, "dataset_size": 12409077294, "size_in_bytes": 20827765773}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"default": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "source": {
8
+ "dtype": "string",
9
+ "_type": "Value"
10
+ },
11
+ "title": {
12
+ "dtype": "string",
13
+ "_type": "Value"
14
+ },
15
+ "location": {
16
+ "dtype": "string",
17
+ "_type": "Value"
18
+ },
19
+ "date": {
20
+ "dtype": "timestamp[s]",
21
+ "_type": "Value"
22
+ },
23
+ "item_type": {
24
+ "dtype": "string",
25
+ "_type": "Value"
26
+ },
27
+ "word_count": {
28
+ "dtype": "int32",
29
+ "_type": "Value"
30
+ },
31
+ "ocr_quality_mean": {
32
+ "dtype": "float64",
33
+ "_type": "Value"
34
+ },
35
+ "ocr_quality_sd": {
36
+ "dtype": "float64",
37
+ "_type": "Value"
38
+ },
39
+ "text": {
40
+ "dtype": "string",
41
+ "_type": "Value"
42
+ }
43
+ },
44
+ "builder_name": "generator",
45
+ "config_name": "default",
46
+ "version": {
47
+ "version_str": "0.0.0",
48
+ "major": 0,
49
+ "minor": 0,
50
+ "patch": 0
51
+ },
52
+ "splits": {
53
+ "train": {
54
+ "name": "train",
55
+ "num_bytes": 13449536172,
56
+ "num_examples": 2863040,
57
+ "dataset_name": "hmd_newspapers"
58
+ }
59
+ },
60
+ "download_size": 5291958085,
61
+ "dataset_size": 13449536172,
62
+ "size_in_bytes": 18741494257
63
+ }}