The dataset viewer is not available for this split.
The dataset viewer doesn't support this dataset because it runs arbitrary python code. Please open a discussion in the discussion tab if you think this is an error and tag @lhoestq and @severo.
Error code:   DatasetWithScriptNotSupportedError

Need help to make the dataset viewer work? Open a discussion for direct support.

YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/datasets-cards)

BinhVQ dedup

Important: Please install lm_dataformat by pip install lm_dataformat before using this dataset

How to use

import datasets

dataset = datasets.load_dataset("imthanhlv/binhvq_dedup")

Dataset information

This dataset was created from https://github.com/binhvq/news-corpus dump with date 21/05/2021. I applied some simple preprocessing:

  • Using BeautifulSoup to clean content
  • Each record is concatenate of (title + "\n" + sapo + "\n" + content)
  • Then perform shuffling + split train & validation + deduplicate (exact match using sha256)
Downloads last month
65
Edit dataset card