File size: 1,041 Bytes
f8a8666 |
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 53 54 55 56 |
---
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: unit_number
dtype: string
- name: unit_designator
dtype: string
- name: tokens
sequence: string
- name: ner_tags
sequence: string
- name: ocr_text
dtype: string
- name: type
dtype: string
- name: tracking_number
dtype: string
- name: plus_4
dtype: string
splits:
- name: train
num_bytes: 723181379
num_examples: 1350000
- name: eval
num_bytes: 80350335
num_examples: 150000
- name: test
num_bytes: 267819607
num_examples: 500000
download_size: 448127915
dataset_size: 1071351321
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: eval
path: data/eval-*
- split: test
path: data/test-*
---
|