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