File size: 958 Bytes
f93d239 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
---
dataset_info:
features:
- name: name
dtype: string
- name: state_name
dtype: string
- name: state_abbreviation
dtype: string
- name: postal_code
dtype: string
- name: city
dtype: string
- name: street_number
dtype: string
- name: street_name
dtype: string
- name: tokens
sequence: string
- name: ner_tags
sequence: string
- name: ocr_text
dtype: string
- name: type
dtype: string
- name: unit_number
dtype: string
- name: unit_designator
dtype: string
splits:
- name: train
num_bytes: 286066554
num_examples: 720000
- name: eval
num_bytes: 31785288
num_examples: 80000
- name: test
num_bytes: 79442813
num_examples: 200000
download_size: 156775401
dataset_size: 397294655
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: eval
path: data/eval-*
- split: test
path: data/test-*
---
|