You need to agree to share your contact information to access this dataset
This repository is publicly accessible, but you have to accept the conditions to access its files and content.
You agree to not use the dataset to conduct experiments that cause harm to human subjects.
Log in or Sign Up to review the conditions and access this dataset content.
π Quick Start
Installation
pip install datasets
Authentication
# Login to Hugging Face to access the dataset
huggingface-cli login
Loading the Dataset
from datasets import load_dataset
ds = load_dataset("VLSP2025-LegalSML/legal-pretrain-news")
# Access the dataset
print(f"Dataset size: {len(ds['train'])}")
print(f"Features: {ds['train'].features}")
β οΈ License and Usage
- License: Research and educational purposes only
- Restrictions: Users are responsible for ensuring compliance with Vietnamese copyright laws when using the data
- Attribution: Please cite this dataset when used in research
π§βπΌ Maintainers
This dataset is maintained by the VLSP 2025 LegalSLM Task Organizers.
For inquiries, please contact: [email protected]
Β© 2025 VLSP - Association for Vietnamese Language and Speech Processing
- Downloads last month
- 126