Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

YAML Metadata Warning:The task_categories "text2text-generation" is not in the official list: text-classification, token-classification, table-question-answering, question-answering, zero-shot-classification, translation, summarization, feature-extraction, text-generation, fill-mask, sentence-similarity, text-to-speech, text-to-audio, automatic-speech-recognition, audio-to-audio, audio-classification, audio-text-to-text, voice-activity-detection, depth-estimation, image-classification, object-detection, image-segmentation, text-to-image, image-to-text, image-to-image, image-to-video, unconditional-image-generation, video-classification, reinforcement-learning, robotics, tabular-classification, tabular-regression, tabular-to-text, table-to-text, multiple-choice, text-ranking, text-retrieval, time-series-forecasting, text-to-video, image-text-to-text, image-text-to-image, image-text-to-video, visual-question-answering, document-question-answering, zero-shot-image-classification, graph-ml, mask-generation, zero-shot-object-detection, text-to-3d, image-to-3d, image-feature-extraction, video-text-to-text, keypoint-detection, visual-document-retrieval, any-to-any, video-to-video, other

Sinhala Articles Dataset

A large-scale, high-quality Sinhala text corpus curated from diverse sources including news articles, Wikipedia entries, and general web content. This dataset is designed to support a wide range of Sinhala Natural Language Processing (NLP) tasks.


πŸ“Š Dataset Overview

  • Name: Navanjana/sinhala-articles
  • Total Samples: 2,148,688
  • Languages: Sinhala (si)
  • Features:
    • text: A single column containing Sinhala text passages.
  • Size: Approximately 1M < n < 10M entries
  • License: Apache 2.0

🧾 Dataset Structure

The dataset consists of a single split:

  • train: 2,148,688 entries

Each entry is a JSON object with the following structure:

{
  "text": "ΰ·ΰ·Šβ€ΰΆ»ΰ·“ ΰΆ½ΰΆ‚ΰΆšΰ·ΰ·€ ΰΆ…ΰ·ƒΰ·Šΰ·ƒΰ·š ΰΆ΄ΰ·Šβ€ΰΆ»ΰ·ƒΰ·’ΰΆ―ΰ·ŠΰΆ° ΰ·€ΰ·– ΰ·€ΰ·ΰΆ»ΰ·ŠΰΆ­ΰ· ΰΆΈΰΆ­ ΰΆ΄ΰΆ―ΰΆ±ΰΆΈΰ·Šΰ·€ ΰΆ±ΰ·€ ΰΆœΰ·€ΰ·šΰ·‚ΰΆ« ΰ·€ΰ·ΰΆ©ΰ·ƒΰΆ§ΰ·„ΰΆ±ΰ·Š ΰΆ†ΰΆ»ΰΆΈΰ·ŠΰΆ· ΰ·€ΰ·’ΰΆΊ."
}

πŸ“Œ Source Composition

The dataset aggregates content from:

  • Sinhala News Websites: Covering current events, politics, economy, and more.
  • Sinhala Wikipedia: Providing encyclopedic knowledge across various domains.
  • General Web Articles: Including blogs, opinion pieces, and other informative content.

πŸš€ Applications

This corpus is suitable for various NLP tasks in the Sinhala language, such as:

  • Language Modeling
  • Text Classification
  • Machine Translation
  • Summarization
  • Sentiment Analysis
  • Named Entity Recognition

πŸ“‚ Accessing the Dataset

You can load the dataset directly using the Hugging Face datasets library:

from datasets import load_dataset

dataset = load_dataset("Navanjana/sinhala-articles")

πŸ“œ License

This dataset is distributed under the Apache 2.0 License. Please ensure compliance with the terms of use of the original data sources.


πŸ™ Acknowledgements

We extend our gratitude to the contributors and platforms that provided the original content, enabling the creation of this comprehensive Sinhala text corpus.


πŸ“£ Citation

If you utilize this dataset in your research or applications, please cite it as follows:

@dataset{navanjana_sinhala_articles,
  author       = {Navanjana},
  title        = {Sinhala Articles Dataset},
  year         = {2025},
  publisher    = {Hugging Face},
  url          = {https://huggingface.co/datasets/Navanjana/sinhala-articles}
}

For more information and updates, visit the dataset page on Hugging Face.


Downloads last month
64

Models trained or fine-tuned on Navanjana/sinhala-articles