Datasets:
Updated the dataset name load path in the dataset card to from "ALLaM-AI" to "humain-ai"
Browse files
README.md
CHANGED
|
@@ -21,7 +21,7 @@ AraMath comprises 605 multiple-choice questions (MCQs) adapted from ArMath (Algh
|
|
| 21 |
#### ๐ Hugging Face Usage Example
|
| 22 |
```python
|
| 23 |
from datasets import load_dataset
|
| 24 |
-
dataset = load_dataset("
|
| 25 |
```
|
| 26 |
|
| 27 |
#### ๐ **Reference:**
|
|
|
|
| 21 |
#### ๐ Hugging Face Usage Example
|
| 22 |
```python
|
| 23 |
from datasets import load_dataset
|
| 24 |
+
dataset = load_dataset("humain-ai/AraMath")
|
| 25 |
```
|
| 26 |
|
| 27 |
#### ๐ **Reference:**
|