| | --- |
| | license: mit |
| | language: |
| | - ar |
| | - en |
| | multilinguality: multilingual |
| | size_categories: |
| | - 10K<n<100K |
| | task_categories: |
| | - text-generation |
| | - text-classification |
| | tags: |
| | - code-switching |
| | - arabic |
| | - english |
| | - multilingual |
| | source_datasets: |
| | - MohamedRashad/arabic-english-code-switching |
| | --- |
| | |
| | # Arabic-English Code-Switching Dataset (Text Only) |
| |
|
| | This dataset is a text-only version of [Arabic-English Code-Switching Dataset](https://huggingface.co/datasets/MohamedRashad/arabic-english-code-switching) dataset, |
| | created by this [notebook](https://colab.research.google.com/drive/1bA0-21PVB32sMB-nLC0kz33lAwSFvYUQ?usp=sharing). |
| |
|
| | ## Changes Made |
| | - Extracted only the `text` column from the original dataset. |
| |
|
| | ## Usage |
| | ```python |
| | from datasets import load_dataset |
| | dataset = load_dataset("MagedSaeed/arabic-english-code-switching-text") |
| | ``` |
| |
|
| |
|
| | ## Citation |
| | Please reference/cite the [original dataset](https://huggingface.co/datasets/MohamedRashad/arabic-english-code-switching) when using this data. |
| |
|