Datasets:
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.
Vietnamese Combined Corpus
Dataset Statistics
- Total documents: {<15M:,}
- Wikipedia articles: {>1.3M:,}
- News articles: {>13M:,}
- Text documents: {>200K:,}
Processing Details
- Processed using Apache Spark
- Minimum document length: {10} characters
- Text cleaning applied:
- HTML/special character removal
- Whitespace normalization
- URL removal
- Empty document filtering
Data Format
Each document has:
- 'text': The document content
- 'source': Origin of the document (wikipedia/news/text)
Usage Example
from datasets import load_dataset
# Load full dataset
dataset = load_dataset("{username}/{dataset_name}")
# Filter by source
wiki_docs = dataset.filter(lambda x: x["source"] == "wikipedia")
Updates
Released: 2024-12-17
- Downloads last month
- 471