You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

Vietnamese Text Corpus

Large-scale Vietnamese text corpus with multiple data sources.

Dataset Statistics

  • stories: Story/text corpus (10,413 documents)
  • wikipedia: Wikipedia articles (1,289,138 documents)
  • news: News articles (13,918,785 documents)
  • web: Web corpus (90,759,861 documents)

Total documents: 105,978,197

Usage

from datasets import load_dataset

# Load all splits
dataset = load_dataset("fsnaix/vietnamese-corpus-large")

# Load specific split
wiki = load_dataset("fsnaix/vietnamese-corpus-large", split="wikipedia")

# Stream to save memory
web = load_dataset("fsnaix/vietnamese-corpus-large", split="web", streaming=True)

Released: 2025-09-28

Downloads last month
5