wanghaofan commited on
Commit
86aea26
1 Parent(s): efe9b9f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -42,7 +42,7 @@ pokemon name and its detailed description from [Pokemon Wiki](https://wiki.52pok
42
  ```
43
  from datasets import load_dataset
44
 
45
- dataset = load_dataset("wanghaofan/pokomen-wiki-captions")
46
  ```
47
 
48
  The dataset is formatted as below. For each row the dataset contains `image`, `name_en`, `name_zh`, `text_en` and `text_zh` keys. `image` is a varying size PIL jpeg, `name` is the name of pokemon, and `text` is the accompanying text caption. Only a train split is provided.
 
42
  ```
43
  from datasets import load_dataset
44
 
45
+ dataset = load_dataset("wanghaofan/pokemon-wiki-captions")
46
  ```
47
 
48
  The dataset is formatted as below. For each row the dataset contains `image`, `name_en`, `name_zh`, `text_en` and `text_zh` keys. `image` is a varying size PIL jpeg, `name` is the name of pokemon, and `text` is the accompanying text caption. Only a train split is provided.