Update README.md
Browse files
README.md
CHANGED
|
@@ -133,7 +133,7 @@ Example of usage:
|
|
| 133 |
```python
|
| 134 |
dataset = load_dataset('mixed-arabic-datasets', 'Ara--MBZUAI--Bactrian-X')
|
| 135 |
```
|
| 136 |
-
If you
|
| 137 |
```pyhton
|
| 138 |
dataset3 = concatenate_datasets([dataset1['train'], dataset2['train']])
|
| 139 |
```
|
|
|
|
| 133 |
```python
|
| 134 |
dataset = load_dataset('mixed-arabic-datasets', 'Ara--MBZUAI--Bactrian-X')
|
| 135 |
```
|
| 136 |
+
If you loaded multiple datasets and wanted to merge them together then you can simply laverage `concatenate_datasets()` from `datasets`
|
| 137 |
```pyhton
|
| 138 |
dataset3 = concatenate_datasets([dataset1['train'], dataset2['train']])
|
| 139 |
```
|