Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,105 +1,102 @@
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 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 |
splits:
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
num_examples: 500
|
| 98 |
-
download_size: 334836095
|
| 99 |
-
dataset_size: 371399916.0
|
| 100 |
configs:
|
| 101 |
-
- config_name: default
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
| 105 |
---
|
|
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
+
- name: id
|
| 5 |
+
dtype: int32
|
| 6 |
+
- name: image_perceptual
|
| 7 |
+
dtype: image
|
| 8 |
+
- name: image_propositional
|
| 9 |
+
dtype: image
|
| 10 |
+
- name: audio_perceptual
|
| 11 |
+
dtype:
|
| 12 |
+
audio:
|
| 13 |
+
sampling_rate: 44100
|
| 14 |
+
- name: audio_propositional
|
| 15 |
+
dtype:
|
| 16 |
+
audio:
|
| 17 |
+
sampling_rate: 24000
|
| 18 |
+
- name: text_propositional
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: image_label
|
| 21 |
+
dtype:
|
| 22 |
+
class_label:
|
| 23 |
+
names:
|
| 24 |
+
'0': airplane
|
| 25 |
+
'1': brushing_teeth
|
| 26 |
+
'2': chainsaw
|
| 27 |
+
'3': church_bells
|
| 28 |
+
'4': clock_tick
|
| 29 |
+
'5': crackling_fire
|
| 30 |
+
'6': crying_baby
|
| 31 |
+
'7': door_knock
|
| 32 |
+
'8': fireworks
|
| 33 |
+
'9': glass_breaking
|
| 34 |
+
'10': helicopter
|
| 35 |
+
'11': keyboard_typing
|
| 36 |
+
'12': mouse_click
|
| 37 |
+
'13': rain
|
| 38 |
+
'14': sea_waves
|
| 39 |
+
'15': toilet_flush
|
| 40 |
+
'16': train
|
| 41 |
+
'17': vacuum_cleaner
|
| 42 |
+
'18': washing_machine
|
| 43 |
+
'19': water_drops
|
| 44 |
+
- name: audio_label
|
| 45 |
+
dtype:
|
| 46 |
+
class_label:
|
| 47 |
+
names:
|
| 48 |
+
'0': airplane
|
| 49 |
+
'1': brushing_teeth
|
| 50 |
+
'2': chainsaw
|
| 51 |
+
'3': church_bells
|
| 52 |
+
'4': clock_tick
|
| 53 |
+
'5': crackling_fire
|
| 54 |
+
'6': crying_baby
|
| 55 |
+
'7': door_knock
|
| 56 |
+
'8': fireworks
|
| 57 |
+
'9': glass_breaking
|
| 58 |
+
'10': helicopter
|
| 59 |
+
'11': keyboard_typing
|
| 60 |
+
'12': mouse_click
|
| 61 |
+
'13': rain
|
| 62 |
+
'14': sea_waves
|
| 63 |
+
'15': toilet_flush
|
| 64 |
+
'16': train
|
| 65 |
+
'17': vacuum_cleaner
|
| 66 |
+
'18': washing_machine
|
| 67 |
+
'19': water_drops
|
| 68 |
+
- name: text_label
|
| 69 |
+
dtype:
|
| 70 |
+
class_label:
|
| 71 |
+
names:
|
| 72 |
+
'0': airplane
|
| 73 |
+
'1': brushing_teeth
|
| 74 |
+
'2': chainsaw
|
| 75 |
+
'3': church_bells
|
| 76 |
+
'4': clock_tick
|
| 77 |
+
'5': crackling_fire
|
| 78 |
+
'6': crying_baby
|
| 79 |
+
'7': door_knock
|
| 80 |
+
'8': fireworks
|
| 81 |
+
'9': glass_breaking
|
| 82 |
+
'10': helicopter
|
| 83 |
+
'11': keyboard_typing
|
| 84 |
+
'12': mouse_click
|
| 85 |
+
'13': rain
|
| 86 |
+
'14': sea_waves
|
| 87 |
+
'15': toilet_flush
|
| 88 |
+
'16': train
|
| 89 |
+
'17': vacuum_cleaner
|
| 90 |
+
'18': washing_machine
|
| 91 |
+
'19': water_drops
|
| 92 |
+
- name: question
|
| 93 |
+
dtype: string
|
| 94 |
splits:
|
| 95 |
+
- name: train
|
| 96 |
+
num_examples: 500
|
|
|
|
|
|
|
|
|
|
| 97 |
configs:
|
| 98 |
+
- config_name: default
|
| 99 |
+
data_files:
|
| 100 |
+
- split: train
|
| 101 |
+
path: data/train-*
|
| 102 |
---
|