File size: 2,570 Bytes
a8b0871 20db20e a8b0871 20db20e a8b0871 20db20e a8b0871 | 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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | ---
dataset_info:
features:
- name: id
dtype: int32
- name: image_perceptual
dtype: image
- name: image_propositional
dtype: image
- name: audio_perceptual
dtype:
audio:
sampling_rate: 44100
- name: audio_propositional
dtype:
audio:
sampling_rate: 24000
- name: text_propositional
dtype: string
- name: image_label
dtype:
class_label:
names:
'0': airplane
'1': brushing_teeth
'2': chainsaw
'3': church_bells
'4': clock_tick
'5': crackling_fire
'6': crying_baby
'7': door_knock
'8': fireworks
'9': glass_breaking
'10': helicopter
'11': keyboard_typing
'12': mouse_click
'13': rain
'14': sea_waves
'15': toilet_flush
'16': train
'17': vacuum_cleaner
'18': washing_machine
'19': water_drops
- name: audio_label
dtype:
class_label:
names:
'0': airplane
'1': brushing_teeth
'2': chainsaw
'3': church_bells
'4': clock_tick
'5': crackling_fire
'6': crying_baby
'7': door_knock
'8': fireworks
'9': glass_breaking
'10': helicopter
'11': keyboard_typing
'12': mouse_click
'13': rain
'14': sea_waves
'15': toilet_flush
'16': train
'17': vacuum_cleaner
'18': washing_machine
'19': water_drops
- name: text_label
dtype:
class_label:
names:
'0': airplane
'1': brushing_teeth
'2': chainsaw
'3': church_bells
'4': clock_tick
'5': crackling_fire
'6': crying_baby
'7': door_knock
'8': fireworks
'9': glass_breaking
'10': helicopter
'11': keyboard_typing
'12': mouse_click
'13': rain
'14': sea_waves
'15': toilet_flush
'16': train
'17': vacuum_cleaner
'18': washing_machine
'19': water_drops
- name: question
dtype: string
splits:
- name: train
num_examples: 500
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|