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:**