Ali-C137 commited on
Commit
f845479
1 Parent(s): 7e41895

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 load multiple datasets and merge them together then you can simply laverage `concatenate_datasets()` from `datasets`
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
  ```