CoolFace
Datasetpublic

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.

sourceHugging Facecc-by-4.0updated 3y agoView on Hugging Face
12likes919downloads
12 commits on main
4d7946e3y ago

Update README.md (#6)

Joelito, kapllan
e1b21c94y ago

Update README.md (#5)

Joelito, kapllan
d9711ab4y ago

improved dataset card

joelniklaus
8f3732b4y ago

fixed bug in lt regulation dataset

joelniklaus
e9f2c0b4y ago

fixed bug in several datasets

joelniklaus
4e267ad4y ago

fixed bug in da caselaw dataset

joelniklaus
f57ee254y ago

Update README.md (#1)

Joelito, kapllan
d56c7c34y ago

added more information to dataset card

joelniklaus
34d21ec4y ago

small fix

joelniklaus
c8a33114y ago

adapted .gitattributes

joelniklaus
8d2e0ec4y ago

added first version of eurlex_resources

joelniklaus
55071344y ago

initial commit

joelniklaus