Update README.md
Browse files
README.md
CHANGED
|
@@ -30,7 +30,7 @@ To load this dataset using the Hugging Face `datasets` library:
|
|
| 30 |
```python
|
| 31 |
from datasets import load_dataset
|
| 32 |
|
| 33 |
-
dataset = load_dataset('Lo-Renz-O/grade-school-math-instructions-
|
| 34 |
print(dataset['train'][0])
|
| 35 |
```
|
| 36 |
|
|
|
|
| 30 |
```python
|
| 31 |
from datasets import load_dataset
|
| 32 |
|
| 33 |
+
dataset = load_dataset('Lo-Renz-O/grade-school-math-instructions-Malagasy')
|
| 34 |
print(dataset['train'][0])
|
| 35 |
```
|
| 36 |
|