Ali-C137 commited on
Commit
2fe8429
1 Parent(s): 30162a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -132,4 +132,8 @@ The Mixed Arabic Datasets (MAD) project provides a comprehensive collection of d
132
  ### Getting Started
133
  - To access individual datasets in their original form, refer to the MAD Repository ([Link to MAD Repo](https://huggingface.co/datasets/M-A-D/Mixed-Arabic-Datasets-Repo)).
134
  - For a unified view of all datasets, conveniently organized in a dataframe, you are here in the right place.
 
 
135
 
 
 
 
132
  ### Getting Started
133
  - To access individual datasets in their original form, refer to the MAD Repository ([Link to MAD Repo](https://huggingface.co/datasets/M-A-D/Mixed-Arabic-Datasets-Repo)).
134
  - For a unified view of all datasets, conveniently organized in a dataframe, you are here in the right place.
135
+ ```python
136
+ from datasets import load_dataset
137
 
138
+ dataset = load_dataset("M-A-D/Mixed-Arabic-Dataset-v2")
139
+ ```