CoolFace
Datasetpublic

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.

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes25downloads
discussions and pull requests

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
maher13/news_2026_exercise · CoolFace