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)