nikhilchigali commited on
Commit
8744b46
1 Parent(s): 0e23bba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -61,7 +61,7 @@ DatasetDict({
61
  ```
62
  Review an example `i` with:
63
  ```python
64
- dataset["train"][i]["set"]
65
  ```
66
  ### Source Data
67
  * `embedding-data/WikiAnswers` on HuggingFace ([Link](https://huggingface.co/datasets/embedding-data/WikiAnswers))
 
61
  ```
62
  Review an example `i` with:
63
  ```python
64
+ dataset["train"][i]
65
  ```
66
  ### Source Data
67
  * `embedding-data/WikiAnswers` on HuggingFace ([Link](https://huggingface.co/datasets/embedding-data/WikiAnswers))