Dataset Viewer
The dataset viewer is not available for this dataset.
Cannot get the config names for the dataset.
Error code: ConfigNamesError
Exception: RuntimeError
Message: Dataset scripts are no longer supported, but found IndicSentiment.py
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 67, in compute_config_names_response
config_names = get_dataset_config_names(
path=dataset,
token=hf_token,
)
File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 161, in get_dataset_config_names
dataset_module = dataset_module_factory(
path,
...<4 lines>...
**download_kwargs,
)
File "/usr/local/lib/python3.14/site-packages/datasets/load.py", line 1215, in dataset_module_factory
raise e1 from None
File "/usr/local/lib/python3.14/site-packages/datasets/load.py", line 1175, in dataset_module_factory
raise RuntimeError(f"Dataset scripts are no longer supported, but found {filename}")
RuntimeError: Dataset scripts are no longer supported, but found IndicSentiment.pyNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Indic Sentiment Analysis
Description
The Indic Sentiment Analysis dataset contains reviews from various categories and sub-categories in multiple Indic languages. Each review is labeled with sentiment polarity (positive, negative, or neutral).
Dataset Structure
Data Fields
- CATEGORY: The broad category to which the review belongs.
- SUB-CATEGORY: The sub-category within the main category.
- PRODUCT: The specific product or service being reviewed.
- BRAND: The brand associated with the product or service.
- ASPECTS: Different aspects or features of the product or service being reviewed.
- ASPECT COMBO: Combinations of aspects that are discussed in the review.
- ENGLISH REVIEW: The review text in English.
- LABEL: The sentiment label assigned to the review (positive, negative, or neutral).
- INDIC REVIEW: The review text translated into various Indic languages.
- Downloads last month
- 15