File size: 861 Bytes
b00fb6c e41b07a b00fb6c e41b07a b00fb6c e41b07a b00fb6c |
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 |
---
dataset_info:
features:
- name: image
dtype: image
- name: Type
dtype: string
- name: Passport_Number
dtype: int64
- name: Surname
dtype: string
- name: Given_Names
dtype: string
- name: Nationality
dtype: string
- name: DOB
dtype: string
- name: Place_of_Birth
dtype: string
- name: Sex
dtype: string
- name: Date_of_Issue
dtype: string
- name: Authority
dtype: string
- name: Date_of_Expiration
dtype: string
- name: Endorsements
dtype: string
splits:
- name: train
num_bytes: 20129019661.76
num_examples: 9840
- name: test
num_bytes: 323619501.0
num_examples: 160
download_size: 20422504951
dataset_size: 20452639162.76
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
|