fatymahaly/Arabic_Dialects
Dataset Card for Arabic Dialects Dataset Summary The Arabic Dialects dataset is a collection of text samples representing multiple spoken Arabic dialects alongside Modern Standard Arabic (MSA). It is designed to help train and evaluate natural language processing (NLP) models on dialect identification, text classification, and understanding regional linguistic variations. Languages and Dialects Included Egyptian (EGY) Gulf (GLF) Levantine (LEV)… See the full description on the dataset page: https://huggingface.co/datasets/fatymahaly/Arabic_Dialects.
Dataset Card for Arabic Dialects
Dataset Description
- Curated by: [Fatymahaly]
- Language(s) (NLP): Arabic (Modern Standard Arabic and various regional dialects)
- License: MIT
Dataset Summary
The Arabic Dialects dataset is a collection of text samples representing multiple spoken Arabic dialects alongside Modern Standard Arabic (MSA). It is designed to help train and evaluate natural language processing (NLP) models on dialect identification, text classification, and understanding regional linguistic variations.
Languages and Dialects Included
- Egyptian (EGY)
- Gulf (GLF)
- Levantine (LEV)
- Maghrebi (MAG)
- Sudanese (SUD)
- Modern Standard Arabic (MSA)
Dataset Structure
Data Fields
text: A string containing the sentence or phrase in Arabic.label: A string indicating the specific Arabic dialect or language variant.
Data Sample
{
"text": "ازيك عامل ايه يا غالي عامل ايه في الشغل ده؟",
"label": "Egyptian"
}