CoolFace
Datasetpublic

fatymahaly/Roman-Urdu-Sentiment-Dataset

Roman Urdu Sentiment Dataset This repository contains a curated dataset of Roman Urdu text collected from social media interactions, comments, and daily online conversations. Each text entry is paired with a sentiment label for Natural Language Processing (NLP) tasks such as sentiment analysis. Dataset Structure The dataset is formatted in comma-separated values (.csv) with the following columns: text: The sentence, phrase, or social media comment written in… See the full description on the dataset page: https://huggingface.co/datasets/fatymahaly/Roman-Urdu-Sentiment-Dataset.

sourceHugging Facemitupdated 15d agoView on Hugging Face
0likes57downloads
Dataset Card

Roman Urdu Sentiment Dataset

This repository contains a curated dataset of Roman Urdu text collected from social media interactions, comments, and daily online conversations. Each text entry is paired with a sentiment label for Natural Language Processing (NLP) tasks such as sentiment analysis.

Dataset Structure

The dataset is formatted in comma-separated values (.csv) with the following columns:

  • `text`: The sentence, phrase, or social media comment written in Roman Urdu.
  • `label`: The classification category corresponding to the text (e.g., Positive).

Usage

python
from datasets import load_dataset

dataset = load_dataset("fatymahaly/Roman-Urdu-Sentiment-Dataset")
print(dataset["train"][0])