parquet-converter
commited on
Commit
•
175ae5c
1
Parent(s):
7f422f9
Update parquet files
Browse files
README.md
DELETED
@@ -1,86 +0,0 @@
|
|
1 |
-
---
|
2 |
-
dataset_info:
|
3 |
-
features:
|
4 |
-
- name: file
|
5 |
-
dtype: string
|
6 |
-
- name: image
|
7 |
-
dtype: image
|
8 |
-
- name: label
|
9 |
-
dtype:
|
10 |
-
class_label:
|
11 |
-
names:
|
12 |
-
'0': text-only
|
13 |
-
'1': illustrations
|
14 |
-
- name: pub_date
|
15 |
-
dtype: timestamp[ns]
|
16 |
-
- name: page_seq_num
|
17 |
-
dtype: int64
|
18 |
-
- name: edition_seq_num
|
19 |
-
dtype: int64
|
20 |
-
- name: batch
|
21 |
-
dtype: string
|
22 |
-
- name: lccn
|
23 |
-
dtype: string
|
24 |
-
- name: box
|
25 |
-
sequence: float32
|
26 |
-
- name: score
|
27 |
-
dtype: float64
|
28 |
-
- name: ocr
|
29 |
-
dtype: string
|
30 |
-
- name: place_of_publication
|
31 |
-
dtype: string
|
32 |
-
- name: geographic_coverage
|
33 |
-
dtype: string
|
34 |
-
- name: name
|
35 |
-
dtype: string
|
36 |
-
- name: publisher
|
37 |
-
dtype: string
|
38 |
-
- name: url
|
39 |
-
dtype: string
|
40 |
-
- name: page_url
|
41 |
-
dtype: string
|
42 |
-
splits:
|
43 |
-
- name: train
|
44 |
-
num_bytes: 48233952.0
|
45 |
-
num_examples: 549
|
46 |
-
download_size: 48027719
|
47 |
-
dataset_size: 48233952.0
|
48 |
-
---
|
49 |
-
# Dataset Card for "test_dataset_cogapp"
|
50 |
-
|
51 |
-
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
52 |
-
|
53 |
-
|
54 |
-
The first row of the dataset looks like
|
55 |
-
|
56 |
-
<!-- [[[cog
|
57 |
-
from datasets import load_dataset
|
58 |
-
import json
|
59 |
-
ds = load_dataset("davanstrien/test_dataset_cogapp")
|
60 |
-
data = ds['train'][0]
|
61 |
-
example = json.dumps({k: str(v) for k,v in data.items()}, indent=2)
|
62 |
-
cog.out(
|
63 |
-
"```\n{}\n```".format(example))
|
64 |
-
)]]] -->
|
65 |
-
```
|
66 |
-
{
|
67 |
-
"file": "pst_fenske_ver02_data_sn84026497_00280776129_1880042101_0834_002_6_96.jpg",
|
68 |
-
"image": "<PIL.JpegImagePlugin.JpegImageFile image mode=L size=388x395 at 0x126315C50>",
|
69 |
-
"label": "0",
|
70 |
-
"pub_date": "1880-04-21 00:00:00",
|
71 |
-
"page_seq_num": "834",
|
72 |
-
"edition_seq_num": "1",
|
73 |
-
"batch": "pst_fenske_ver02",
|
74 |
-
"lccn": "sn84026497",
|
75 |
-
"box": "[0.649412214756012, 0.6045778393745422, 0.8002520799636841, 0.7152365446090698]",
|
76 |
-
"score": "0.9609346985816956",
|
77 |
-
"ocr": "H. II. IIASLKT & SOXN, Dealers in General Merchandise In New Store Room nt HASLET'S COS ITERS, 'JTionoMtii, ln. .Tau'y 1st, 1?0.",
|
78 |
-
"place_of_publication": "Tionesta, Pa.",
|
79 |
-
"geographic_coverage": "['Pennsylvania--Forest--Tionesta']",
|
80 |
-
"name": "The Forest Republican. [volume]",
|
81 |
-
"publisher": "Ed. W. Smiley",
|
82 |
-
"url": "https://news-navigator.labs.loc.gov/data/pst_fenske_ver02/data/sn84026497/00280776129/1880042101/0834/002_6_96.jpg",
|
83 |
-
"page_url": "https://chroniclingamerica.loc.gov/data/batches/pst_fenske_ver02/data/sn84026497/00280776129/1880042101/0834.jp2"
|
84 |
-
}
|
85 |
-
```
|
86 |
-
<!-- [[[end]]] -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
data/train-00000-of-00001-fe87bd82bbc980f4.parquet → davanstrien--test_dataset_cogapp/parquet-train.parquet
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a21617d7c103b592ce73490471c5e53126a56cfb8873d3edacc0a4aaf113264d
|
3 |
+
size 48030004
|