JLD commited on
Commit
2a80d9d
1 Parent(s): 08c531d

Fix _generate_examples parameter name

Browse files
Files changed (1) hide show
  1. unsplash25k_image_embeddings.py +1 -1
unsplash25k_image_embeddings.py CHANGED
@@ -75,7 +75,7 @@ class Unsplash25kImageEmbeddingsDataset(datasets.GeneratorBasedBuilder):
75
  name=datasets.Split.ALL,
76
  gen_kwargs={
77
  "embeddings_path": embeddings_path,
78
- "image_ids": image_ids_path
79
  }
80
  )
81
  ]
 
75
  name=datasets.Split.ALL,
76
  gen_kwargs={
77
  "embeddings_path": embeddings_path,
78
+ "image_ids_path": image_ids_path
79
  }
80
  )
81
  ]