File size: 411 Bytes
f495162 | 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 | ---
dataset_info:
features:
- name: EMPL_NAME
dtype: string
- name: EMPL_PERSNBR
dtype: string
- name: TITLE
dtype: string
- name: BRANCH
dtype: string
- name: AREA
dtype: string
splits:
- name: train
num_bytes: 4948
num_examples: 64
download_size: 3994
dataset_size: 4948
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|