datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
uklegislation
UK Legislation Dataset
This directory packages scraped UK legislation into a layout that can be ingested directly with the Hugging Face datasets library. All documents live in JSON Lines format inside data/ with one piece of legislation per line. The schema captures both plain-text and XML renderings, along with document-level metadata and section breakdowns.
Repository Layout
data/train.jsonl – full corpus of 175,515 documents ready for load_dataset.
meta/ – auxiliary… See the full description on the dataset page: https://huggingface.co/datasets/othertales/uklegislation.Coaching_and_Developing_Others_2
Coaching and Developing Others 2
This corpus was automatically generated by the Deku Corpus Builder for use in RAG-based AI applications.
Dataset Structure
Each record contains:
text: The content text
source_url: Original source URL
source_title: Title of the source document
source_domain: Domain of the source
license_type: License classification (e.g. public_domain, cc_by, cc_by_sa)
attribution_required: Boolean — True for CC BY / CC BY-SA and other attribution-required… See the full description on the dataset page: https://huggingface.co/datasets/PhillyMac/Coaching_and_Developing_Others_2.
