emon-j commited on
Commit
baa168c
·
verified ·
1 Parent(s): 9716c14

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ To load the dataset, use the Hugging Face `datasets` library:
27
 
28
  ```python
29
  from datasets import load_dataset
30
- dataset = load_dataset("emon-j/genmoji-data")
31
  print(dataset)
32
  example = dataset['train'][0]
33
  print("Caption:", example['caption'])
 
27
 
28
  ```python
29
  from datasets import load_dataset
30
+ dataset = load_dataset("emon-j/open_genmoji_data")
31
  print(dataset)
32
  example = dataset['train'][0]
33
  print("Caption:", example['caption'])