VikramSingh178 commited on
Commit
1a0de52
1 Parent(s): 413cb94

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -61,7 +61,7 @@ You can load and use this dataset with the Hugging Face `datasets` library as fo
61
  ```python
62
  from datasets import load_dataset
63
 
64
- dataset = load_dataset("VikramSingh178/Products-10k_sample-BLIP-captions", split="train")
65
 
66
  # Display an example
67
  example = dataset[0]
 
61
  ```python
62
  from datasets import load_dataset
63
 
64
+ dataset = load_dataset("VikramSingh178/Products-10k-BLIP-captions", split="test")
65
 
66
  # Display an example
67
  example = dataset[0]