legal_dataset / README.md
dwb2023's picture
Upload dataset
1bc4a79 verified
|
raw
history blame contribute delete
No virus
686 Bytes
---
dataset_info:
features:
- name: doc
dtype: string
- name: id
dtype: string
- name: original_text
dtype: string
- name: reference_summary
dtype: string
- name: title
dtype: string
- name: uid
dtype: string
splits:
- name: train
num_bytes: 106652.0
num_examples: 68
- name: test
num_bytes: 14115.70588235294
num_examples: 9
- name: validation
num_bytes: 12547.29411764706
num_examples: 8
download_size: 92554
dataset_size: 133315.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: validation
path: data/validation-*
---