Update README.md
Browse files
README.md
CHANGED
@@ -191,7 +191,7 @@ If you want to use this dataset you pick one among the available configs:
|
|
191 |
|
192 |
Example of usage:
|
193 |
```python
|
194 |
-
dataset = load_dataset('
|
195 |
```
|
196 |
If you loaded multiple datasets and wanted to merge them together then you can simply laverage `concatenate_datasets()` from `datasets`
|
197 |
```pyhton
|
|
|
191 |
|
192 |
Example of usage:
|
193 |
```python
|
194 |
+
dataset = load_dataset('Ali-C137/Mixed-Arabic-Datasets', 'Ara--MBZUAI--Bactrian-X')
|
195 |
```
|
196 |
If you loaded multiple datasets and wanted to merge them together then you can simply laverage `concatenate_datasets()` from `datasets`
|
197 |
```pyhton
|