joelniklaus/eurlex_resources
Dataset Card for EurlexResources: A Corpus Covering the Largest EURLEX Resources Dataset Summary This dataset contains large text resources (~179GB in total) from EURLEX that can be used for pretraining language models. Use the dataset like this: from datasets import load_dataset config = "de_caselaw" # {lang}_{resource} dataset = load_dataset("joelito/eurlex_resources", config, split='train', streaming=True) Supported Tasks and Leaderboards The… See the full description on the dataset page: https://huggingface.co/datasets/joelniklaus/eurlex_resources.
Update README.md (#6)
Update README.md (#5)
improved dataset card
fixed bug in lt regulation dataset
fixed bug in several datasets
fixed bug in da caselaw dataset
Update README.md (#1)
added more information to dataset card
small fix
adapted .gitattributes
added first version of eurlex_resources
initial commit
