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.

Log in or Sign Up to review the conditions and access this dataset content.

Dataset: law_exam_qa

This dataset (QomSSLab/law_exam_qa) was uploaded using a script.

Dataset Structure

The dataset files (e.g., dataset.arrow, dataset_info.json) are expected to be at the root of this repository, typically representing a single default split (often referred to as 'train' by the datasets library upon loading).

To load this dataset:

from datasets import load_dataset

repo_id = "QomSSLab/law_exam_qa"
dataset = load_dataset(repo_id)
# dataset will likely be a DatasetDict, e.g., dataset['train']
print(dataset)
Downloads last month
68