Amjad-Felemban commited on
Commit
b79e79b
·
verified ·
1 Parent(s): 13f657a

Updated the dataset name load path in the dataset card to from "ALLaM-AI" to "humain-ai"

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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("ALLaM-AI/AraMath")
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:**