VNLawData
Collection
1 item
•
Updated
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
This dataset, sourced from Kaggle, provides a comprehensive collection of Vietnamese legal documents.
You can easily load this dataset using the datasets
library in Python:
from datasets import load_dataset
law_dataset = load_dataset("clapAI/vietnamese-law-corpus")
print(law_dataset)