Ali-C137 commited on
Commit
fe6d535
1 Parent(s): 403036d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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('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
 
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