Update README.md
Browse files
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 |
+
```
|