hungnm's picture
Update README.md
bc5e157 verified
metadata
dataset_info:
  features:
    - name: number
      dtype: string
    - name: article
      dtype: string
    - name: prefix
      dtype: string
    - name: content
      dtype: string
  splits:
    - name: train
      num_bytes: 1032806695
      num_examples: 514936
  download_size: 297782905
  dataset_size: 1032806695
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
license: apache-2.0
language:
  - vi
tags:
  - vietnamese
  - law
  - legal
size_categories:
  - 100K<n<1M

Dataset Information

This dataset, sourced from Kaggle, provides a comprehensive collection of Vietnamese legal documents.

Loading the Dataset

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)