joelniklaus/mc4_legal
Dataset Card for MC4_Legal: A Corpus Covering the Legal Part of MC4 for European Languages Dataset Summary This dataset contains large text resources (~133GB in total) from mc4 filtered for legal data that can be used for pretraining language models. Use the dataset like this: from datasets import load_dataset dataset = load_dataset("joelito/mc4_legal", "de", split='train', streaming=True) Supported Tasks and Leaderboards The dataset supports the… See the full description on the dataset page: https://huggingface.co/datasets/joelniklaus/mc4_legal.
Edited statistics. (#3)
improved dataset card
fixed bug in data loader for de, en, and es
tried removing more code from hu.jsonl.xz to pass malware scanner on huggingface hub
tried removing bad stuff from hu.jsonl.xz to pass malware scanner on huggingface hub
added more information to dataset card
added more information to dataset card
fixed bug
fixed bug
fixed bug
fixed bug
first version of mc4_legal dataset
initial commit
