Update README.md
Browse files
README.md
CHANGED
|
@@ -245,7 +245,7 @@ If you want to use this dataset you pick one among the available configs:
|
|
| 245 |
Example of usage:
|
| 246 |
|
| 247 |
```python
|
| 248 |
-
dataset = load_dataset('
|
| 249 |
```
|
| 250 |
|
| 251 |
If you loaded multiple datasets and wanted to merge them together then you can simply laverage `concatenate_datasets()` from `datasets`
|
|
@@ -258,11 +258,9 @@ Note : proccess the datasets before merging in order to make sure you have a new
|
|
| 258 |
|
| 259 |
## Dataset Details
|
| 260 |
|
| 261 |
-
- **Homepage:** [
|
| 262 |
-
- **Author:** Elfilali Ali
|
| 263 |
-
- **
|
| 264 |
-
- **GitHub Profile:** [https://github.com/alielfilali01](https://github.com/alielfilali01)
|
| 265 |
-
- **LinkedIn Profile:** [https://www.linkedin.com/in/alielfilali01/](https://www.linkedin.com/in/alielfilali01/)
|
| 266 |
|
| 267 |
## Dataset Size
|
| 268 |
|
|
@@ -320,7 +318,7 @@ Showcase your commitment to collaboration and linguistic exploration by referenc
|
|
| 320 |
title = {Mixed Arabic Datasets (MAD)},
|
| 321 |
author = {Elfilali Ali},
|
| 322 |
howpublished = {Dataset},
|
| 323 |
-
url = {https://huggingface.co/datasets/
|
| 324 |
year = {2023},
|
| 325 |
}
|
| 326 |
```
|
|
|
|
| 245 |
Example of usage:
|
| 246 |
|
| 247 |
```python
|
| 248 |
+
dataset = load_dataset('M-A-D/Mixed-Arabic-Datasets-Repo', 'Ara--MBZUAI--Bactrian-X')
|
| 249 |
```
|
| 250 |
|
| 251 |
If you loaded multiple datasets and wanted to merge them together then you can simply laverage `concatenate_datasets()` from `datasets`
|
|
|
|
| 258 |
|
| 259 |
## Dataset Details
|
| 260 |
|
| 261 |
+
- **Homepage:** [M-A-D/Mixed-Arabic-Datasets-Repo](https://huggingface.co/datasets/M-A-D/Mixed-Arabic-Datasets-Repo)
|
| 262 |
+
- **Lead Author:** Elfilali Ali
|
| 263 |
+
- **Contact Lead Author:** email : alielfilali0909@gmail.com, LinkedIn : [alielfilali01](https://www.linkedin.com/in/alielfilali01/)
|
|
|
|
|
|
|
| 264 |
|
| 265 |
## Dataset Size
|
| 266 |
|
|
|
|
| 318 |
title = {Mixed Arabic Datasets (MAD)},
|
| 319 |
author = {Elfilali Ali},
|
| 320 |
howpublished = {Dataset},
|
| 321 |
+
url = {https://huggingface.co/datasets/M-A-D/Mixed-Arabic-Datasets-Repo},
|
| 322 |
year = {2023},
|
| 323 |
}
|
| 324 |
```
|