File size: 1,813 Bytes
c29a67b 7070d19 c29a67b 7070d19 c29a67b 7070d19 c29a67b 7070d19 c29a67b | 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 | ---
dataset_info:
features:
- name: video_id
dtype: string
- name: video
dtype: video
- name: audio
dtype:
audio:
sampling_rate: 16000
- name: language
dtype:
class_label:
names:
'0': N/A
'1': br
'2': bs
'3': de
'4': en
'5': es
'6': fa
'7': fi
'8': fr
'9': hi
'10': it
'11': ja
'12': ko
'13': non-human-language
'14': po
'15': ru
'16': te
'17': zh
- name: summary
dtype: string
- name: emotion
dtype:
class_label:
names:
'0': angry/annoyed
'1': cringe/embarrassed
'2': fearful/anxious
'3': happy
'4': neutral
'5': nostalgic
'6': sad
'7': sarcastic/ironic
'8': surprised/shocked
- name: question
dtype: string
- name: candidates
list: string
- name: answer
dtype: string
- name: usage
dtype: string
- name: category
dtype:
class_label:
names:
'0': clean speech
'1': music
'2': noisy speech
'3': song
'4': sound effect
- name: question_type
dtype:
class_label:
names:
'0': Audio Analysis
'1': Contextual Inference
'2': Emotion Analysis
'3': Humor & Popularity
'4': Language Analysis
'5': Usage & Application
'6': World Knowledge
- name: sensitivity
list: string
splits:
- name: test
num_bytes: 759600062
num_examples: 900
download_size: 759604796
dataset_size: 759600062
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
---
|