Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -183,7 +183,8 @@ More information:
|
|
183 |
You can download the dataset using Hugging Face datasets:
|
184 |
```python
|
185 |
from datasets import load_dataset
|
186 |
-
|
|
|
187 |
```
|
188 |
|
189 |
## Background
|
|
|
183 |
You can download the dataset using Hugging Face datasets:
|
184 |
```python
|
185 |
from datasets import load_dataset
|
186 |
+
|
187 |
+
dataset = load_dataset("ai4bharat/sangraha")
|
188 |
```
|
189 |
|
190 |
## Background
|