The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider removing the loading script and relying on automated data support (you can use convert_to_parquet from the datasets library). If this is not possible, please open a discussion for direct help.

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
23
Edit dataset card