nikhilchigali
commited on
Commit
•
8744b46
1
Parent(s):
0e23bba
Update README.md
Browse files
README.md
CHANGED
@@ -61,7 +61,7 @@ DatasetDict({
|
|
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))
|
|
|
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))
|