Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -848,9 +848,15 @@ size_categories:
|
|
848 |
|
849 |
<!-- This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).-->
|
850 |
|
851 |
-
##
|
852 |
|
853 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
854 |
|
855 |
### Overview
|
856 |
`Arabic Aya` is a meticulously curated dataset derived from the comprehensive Aya collection by [CohereForAI](https://huggingface.co/CohereForAI), specifically focusing on Arabic text data. This dataset aggregates content from the [CohereForAI/aya_collection](https://huggingface.co/datasets/CohereForAI/aya_collection), [CohereForAI/aya_dataset](https://huggingface.co/datasets/CohereForAI/aya_dataset), and [CohereForAI/aya_evaluation_suite](https://huggingface.co/datasets/CohereForAI/aya_evaluation_suite), filtering out all but the Arabic content, including both Modern Standard Arabic (MSA) and various regional dialects.
|
@@ -859,18 +865,10 @@ size_categories:
|
|
859 |
The aim of 'Arabic Aya' is to provide researchers, technologists, and linguists with a ready-to-use Arabic text resource, significantly reducing the time and effort required for data preprocessing in NLP and AI projects focused on the Arabic language.
|
860 |
- Use the Aya datasets out of the box for your Arabic applications and research 😀
|
861 |
|
862 |
-
### Dataset Sources & Infos
|
863 |
-
- **Data Origin**: Derived from 69 subsets of the original Aya datasets : [CohereForAI/aya_collection](https://huggingface.co/datasets/CohereForAI/aya_collection), [CohereForAI/aya_dataset](https://huggingface.co/datasets/CohereForAI/aya_dataset), and [CohereForAI/aya_evaluation_suite](https://huggingface.co/datasets/CohereForAI/aya_evaluation_suite).
|
864 |
-
- **Languages**: Modern Standard Arabic (MSA) and a variety of Arabic dialects ( 'arb', 'arz', 'ary', 'ars', 'knc', 'acm', 'apc', 'aeb', 'ajp', 'acq' )
|
865 |
-
- **Applications**: Ideal for tasks such as language modeling, text classification, sentiment analysis, dialect identification, and machine translation.
|
866 |
-
- **Paper:** [2402.06619](https://huggingface.co/papers/2402.06619)
|
867 |
-
- **Maintainer:** [Elfilali Ali](https://huggingface.co/Ali-C137)
|
868 |
-
- **License:** Apache-2.0
|
869 |
-
|
870 |
### Usage
|
871 |
This dataset serves as a foundational tool for those embarking on Arabic language projects, from academic research to commercial applications. By providing a pre-filtered source of Arabic text, 'Arabic Aya' enables users to dive straight into model training, analysis, and application development without the preliminary hassle of data cleaning and language filtering.
|
872 |
|
873 |
-
#### Use with
|
874 |
To load this dataset with Datasets, you'll need to install Datasets as `pip install datasets --upgrade` and then use a similar code to the following:
|
875 |
|
876 |
```python
|
|
|
848 |
|
849 |
<!-- This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).-->
|
850 |
|
851 |
+
## **Arabic Aya (2A) : A Curated Subset of the Aya Collection for Arabic Language Processing**
|
852 |
|
853 |
+
### Dataset Sources & Infos
|
854 |
+
- **Data Origin**: Derived from 69 subsets of the original Aya datasets : [CohereForAI/aya_collection](https://huggingface.co/datasets/CohereForAI/aya_collection), [CohereForAI/aya_dataset](https://huggingface.co/datasets/CohereForAI/aya_dataset), and [CohereForAI/aya_evaluation_suite](https://huggingface.co/datasets/CohereForAI/aya_evaluation_suite).
|
855 |
+
- **Languages**: Modern Standard Arabic (MSA) and a variety of Arabic dialects ( 'arb', 'arz', 'ary', 'ars', 'knc', 'acm', 'apc', 'aeb', 'ajp', 'acq' )
|
856 |
+
- **Applications**: `Language Modeling`, \t `Text Classification`, `Sentiment Analysis`, `Dialect Identification`, `Translation`
|
857 |
+
- **Paper:** [2402.06619](https://huggingface.co/papers/2402.06619)
|
858 |
+
- **Maintainer:** [Elfilali Ali](https://huggingface.co/Ali-C137)
|
859 |
+
- **License:** Apache-2.0
|
860 |
|
861 |
### Overview
|
862 |
`Arabic Aya` is a meticulously curated dataset derived from the comprehensive Aya collection by [CohereForAI](https://huggingface.co/CohereForAI), specifically focusing on Arabic text data. This dataset aggregates content from the [CohereForAI/aya_collection](https://huggingface.co/datasets/CohereForAI/aya_collection), [CohereForAI/aya_dataset](https://huggingface.co/datasets/CohereForAI/aya_dataset), and [CohereForAI/aya_evaluation_suite](https://huggingface.co/datasets/CohereForAI/aya_evaluation_suite), filtering out all but the Arabic content, including both Modern Standard Arabic (MSA) and various regional dialects.
|
|
|
865 |
The aim of 'Arabic Aya' is to provide researchers, technologists, and linguists with a ready-to-use Arabic text resource, significantly reducing the time and effort required for data preprocessing in NLP and AI projects focused on the Arabic language.
|
866 |
- Use the Aya datasets out of the box for your Arabic applications and research 😀
|
867 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
868 |
### Usage
|
869 |
This dataset serves as a foundational tool for those embarking on Arabic language projects, from academic research to commercial applications. By providing a pre-filtered source of Arabic text, 'Arabic Aya' enables users to dive straight into model training, analysis, and application development without the preliminary hassle of data cleaning and language filtering.
|
870 |
|
871 |
+
#### Use with HuggingFace's datasets library
|
872 |
To load this dataset with Datasets, you'll need to install Datasets as `pip install datasets --upgrade` and then use a similar code to the following:
|
873 |
|
874 |
```python
|