Datasets:
Commit
•
bbf5dcc
1
Parent(s):
30f75f1
Update illustrated_ads.py
Browse files- illustrated_ads.py +0 -3
illustrated_ads.py
CHANGED
@@ -19,8 +19,6 @@ import pandas as pd
|
|
19 |
import datasets
|
20 |
from PIL import Image
|
21 |
|
22 |
-
# TODO: Add BibTeX citation
|
23 |
-
# Find for instance the citation on arxiv or on the dataset repo/website
|
24 |
_CITATION = """\
|
25 |
@dataset{van_strien_daniel_2021_5838410,
|
26 |
author = {van Strien, Daniel},
|
@@ -60,7 +58,6 @@ _DTYPES = {
|
|
60 |
}
|
61 |
|
62 |
|
63 |
-
# TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
|
64 |
class IllustratedAds(datasets.GeneratorBasedBuilder):
|
65 |
"""TODO: Short description of my dataset."""
|
66 |
|
|
|
19 |
import datasets
|
20 |
from PIL import Image
|
21 |
|
|
|
|
|
22 |
_CITATION = """\
|
23 |
@dataset{van_strien_daniel_2021_5838410,
|
24 |
author = {van Strien, Daniel},
|
|
|
58 |
}
|
59 |
|
60 |
|
|
|
61 |
class IllustratedAds(datasets.GeneratorBasedBuilder):
|
62 |
"""TODO: Short description of my dataset."""
|
63 |
|