Datasets:

davanstrien HF staff commited on
Commit
c2b837c
1 Parent(s): f8c7f16

remove date captured

Browse files
Files changed (1) hide show
  1. nls_chapbook_illustrations.py +0 -2
nls_chapbook_illustrations.py CHANGED
@@ -68,7 +68,6 @@ class NationalLibraryScotlandChapBooks(datasets.GeneratorBasedBuilder):
68
  "width": datasets.Value("int32"),
69
  "height": datasets.Value("int32"),
70
  "url": datasets.Value("string"),
71
- "date_captured": datasets.Value("string"),
72
  }
73
  )
74
  object_dict = {
@@ -133,7 +132,6 @@ class NationalLibraryScotlandChapBooks(datasets.GeneratorBasedBuilder):
133
  "width": image_info["width"],
134
  "height": image_info["height"],
135
  "url": image_info.get("url"),
136
- "date_captured": image_info["date_captured"],
137
  }
138
 
139
  with open(annotations_file, encoding="utf8") as f:
 
68
  "width": datasets.Value("int32"),
69
  "height": datasets.Value("int32"),
70
  "url": datasets.Value("string"),
 
71
  }
72
  )
73
  object_dict = {
 
132
  "width": image_info["width"],
133
  "height": image_info["height"],
134
  "url": image_info.get("url"),
 
135
  }
136
 
137
  with open(annotations_file, encoding="utf8") as f: