Skip to content

Commit 16dcbcf

Browse files
committed
update
1 parent 9f47f76 commit 16dcbcf

File tree

2 files changed

+43
-29
lines changed

2 files changed

+43
-29
lines changed

README.md

Lines changed: 41 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
1-
<!--
21
---
3-
TODO: YAML tags (full spec here: https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1):
4-
- copy-paste the tags obtained with the online tagging app: https://huggingface.co/spaces/huggingface/datasets-tagging
2+
annotations_creators:
3+
- machine-generated
4+
language:
5+
- en
6+
language_creators:
7+
- found
8+
license:
9+
- cc-by-sa-4.0
10+
multilinguality:
11+
- monolingual
12+
pretty_name: ukiyo-e-face-blip2-captions
13+
size_categories:
14+
- 1K<n<10K
15+
source_datasets: []
16+
tags: []
17+
task_categories:
18+
- text-to-image
19+
task_ids: []
520
---
6-
-->
21+
722

823
# Dataset Card for ukiyo-e-face-blip2-captions
924

@@ -42,14 +57,12 @@ TODO: YAML tags (full spec here: https://github.com/huggingface/hub-docs/blob/ma
4257

4358
## Dataset Description
4459

45-
- **Homepage:** Please input homepage information
60+
- **Homepage:** https://www.justinpinkney.com/blog/2020/ukiyoe-dataset/
4661
- **Repository:** https://github.com/py-img-gen/huggingface-datasets_ukiyo-e-face-blip2-captions
47-
- **Leaderboard:** [TODO: If the dataset supports an active leaderboard, add link here]()
48-
- **Point of Contact:** [TODO: If known, name and email of at least one person the reader can contact for questions about the dataset.]()
4962

5063
### Dataset Summary
5164

52-
[More Information Needed]
65+
`ukiyo-e-face-blip2-captions` dataset is a dataset that adds captions to [Ukiyo-e face dataset](https://www.justinpinkney.com/blog/2020/ukiyoe-dataset/) using [BLIP2](https://arxiv.org/abs/2301.12597) model.
5366

5467
<!-- Briefly summarize the dataset, its intended use and the supported tasks. Give an overview of how and why the dataset was created. The summary should explicitly mention the languages present in the dataset (possibly in broad terms, e.g. *translations between several pairs of European languages*), and describe the domain, topic, or genre covered. -->
5568

@@ -63,7 +76,7 @@ TODO: YAML tags (full spec here: https://github.com/huggingface/hub-docs/blob/ma
6376

6477
### Languages
6578

66-
[More Information Needed]
79+
The language data in ukiyo-e-face-blip2-captions is in English.
6780

6881
<!-- Provide a brief overview of the languages represented in the dataset. Describe relevant details about specifics of the language such as whether it is social media text, African American English,...
6982

@@ -73,7 +86,11 @@ When relevant, please provide [BCP-47 codes](https://tools.ietf.org/html/bcp47),
7386

7487
### Data Instances
7588

76-
[More Information Needed]
89+
```python
90+
import datasets as ds
91+
92+
dataset = ds.load_dataset("py-img-gen/ukiyo-e-face-blip2-captions")
93+
```
7794

7895
<!-- Provide an JSON-formatted example and brief description of a typical instance in the dataset. If available, provide a link to further examples.
7996

@@ -219,28 +236,25 @@ If analyses have been run quantifying these biases, please add brief summaries a
219236

220237
### Licensing Information
221238

222-
[More Information Needed]
223-
224-
<!-- Provide the license and link to the license webpage if available. -->
239+
This dataset is provided under a [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/).
225240

226241
### Citation Information
227242

228-
<!-- Provide the [BibTex](http://www.bibtex.org/)-formatted reference for the dataset. For example:
229-
```
230-
@article{article_id,
231-
author = {Author List},
232-
title = {Dataset Paper Title},
233-
journal = {Publication Venue},
234-
year = {2525}
235-
}
236-
```
237-
238-
If the dataset has a [DOI](https://www.doi.org/), please provide it here. -->
239-
240243
```bibtex
241-
TODO: Add BibTeX citation here
244+
@misc{pinkney2020ukiyoe,
245+
author = {Pinkney, Justin N. M.},
246+
title = {Aligned Ukiyo-e faces dataset},
247+
year={2020},
248+
howpublished={\url{https://www.justinpinkney.com/blog/2020/ukiyoe-dataset}}
249+
}
250+
@misc{kitada2024ukiyoe,
251+
author = {Kitada, Shunsuke},
252+
title = {Ukiyo-e face blip2 captions dataset},
253+
year={2024},
254+
howpublished={\url{https://huggingface.co/datasets/py-img-gen/ukiyo-e-face-blip2-captions/settings}}
255+
}
242256
```
243257

244258
### Contributions
245259

246-
<!-- TODO: Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset. -->
260+
Thanks to [Justin Pinkney](https://www.justinpinkney.com/) for constructing [Ukiyo-e face dataset](https://www.justinpinkney.com/blog/2020/ukiyoe-dataset/).

ukiyo-e-face-blip2-captions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
author = {Pinkney, Justin N. M.},
3434
title = {Aligned Ukiyo-e faces dataset},
3535
year={2020},
36-
howpublished= {\\url{https://www.justinpinkney.com/blog/2020/ukiyoe-dataset}}
36+
howpublished={\\url{https://www.justinpinkney.com/blog/2020/ukiyoe-dataset}}
3737
}
3838
@misc{kitada2024ukiyoe,
3939
author = {Kitada, Shunsuke},
4040
title = {Ukiyo-e face blip2 captions dataset},
4141
year={2024},
42-
howpublished= {\\url{https://huggingface.co/datasets/py-img-gen/ukiyo-e-face-blip2-captions/settings}}
42+
howpublished={\\url{https://huggingface.co/datasets/py-img-gen/ukiyo-e-face-blip2-captions/settings}}
4343
}
4444
"""
4545

0 commit comments

Comments
 (0)