File size: 980 Bytes
bcfeb43 edae072 bcfeb43 677015b bcfeb43 edae072 677015b bcfeb43 |
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: image
dtype: image
- name: age
dtype: int64
- name: gender
dtype: int64
- name: race
dtype: int64
- name: service_test
dtype: bool
- name: user_profile
dtype: string
- name: path
dtype: string
- name: person_id
dtype: int64
- name: query_id
dtype: int64
- name: origin_instruction
dtype: string
- name: origin_input
dtype: string
- name: origin_output
dtype: string
- name: trans_instruction
dtype: string
- name: trans_input
dtype: string
- name: trans_output
dtype: string
- name: trans_instruction_reason
dtype: string
- name: trans_input_reason
dtype: string
- name: trans_output_reason
dtype: string
splits:
- name: train
num_bytes: 1618975179.087
num_examples: 70197
download_size: 1532834256
dataset_size: 1618975179.087
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|