on_the_books / README.md
davanstrien's picture
davanstrien HF staff
Convert dataset to Parquet (#1)
a2ffbfa
---
language:
- en
license: cc-by-3.0
size_categories:
- 1K<n<10K
task_categories:
- text-classification
pretty_name: On the Books Training Set
dataset_info:
features:
- name: id
dtype: string
- name: source
dtype: string
- name: jim_crow
dtype:
class_label:
names:
'0': no_jim_crow
'1': jim_crow
- name: type
dtype: string
- name: chapter_num
dtype: int32
- name: section_num
dtype: int32
- name: chapter_text
dtype: string
- name: section_text
dtype: string
splits:
- name: train
num_bytes: 2119395
num_examples: 1785
download_size: 944579
dataset_size: 2119395
tags:
- lam
- legal
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---