maher13/news_2026_exercise
news_2026_exercise Arabic news dataset for text classification. Column Description title News title content News body category Label: سياسة, اقتصاد, صحة, رياضة 28,000 rows (7,000 per category). Download and load as pandas from datasets import load_dataset import pandas as pd ds = load_dataset("maher13/news_2026_exercise") df = ds["train"].to_pandas() print(df.head()) Sample N rows from each category from datasets import… See the full description on the dataset page: https://huggingface.co/datasets/maher13/news_2026_exercise.
Conversations for this repository live on Hugging Face.
CoolFace shows imported repositories read-only. Posting into someone else’s repository from here would need an authorised integration and the account holder’s consent, so the link goes to the source instead.
Open discussions on Hugging Face