Commit
·
d538b5e
1
Parent(s):
d3fffc3
update readme
Browse files
README.md
CHANGED
@@ -65,7 +65,7 @@ cog.out(
|
|
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
|
69 |
"label": "0",
|
70 |
"pub_date": "1880-04-21 00:00:00",
|
71 |
"page_seq_num": "834",
|
@@ -93,13 +93,17 @@ data = get_label_counts(ds)
|
|
93 |
cog.out(
|
94 |
f"""
|
95 |
# Label breakdowns \n
|
|
|
96 |
{data}
|
|
|
97 |
""")
|
98 |
]]] -->
|
99 |
|
100 |
# Label breakdowns
|
101 |
|
|
|
102 |
{'train': {'text-only': 376, 'illustrations': 173}}
|
|
|
103 |
<!-- [[[end]]] -->
|
104 |
|
105 |
|
|
|
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 0x11AF00990>",
|
69 |
"label": "0",
|
70 |
"pub_date": "1880-04-21 00:00:00",
|
71 |
"page_seq_num": "834",
|
|
|
93 |
cog.out(
|
94 |
f"""
|
95 |
# Label breakdowns \n
|
96 |
+
```
|
97 |
{data}
|
98 |
+
```
|
99 |
""")
|
100 |
]]] -->
|
101 |
|
102 |
# Label breakdowns
|
103 |
|
104 |
+
```
|
105 |
{'train': {'text-only': 376, 'illustrations': 173}}
|
106 |
+
```
|
107 |
<!-- [[[end]]] -->
|
108 |
|
109 |
|