audio-classification / config.yaml
davidjurgens's picture
Deploy: Potato — Audio Classification
8f5416b verified
Raw
History Blame Contribute Delete
815 Bytes
annotation_task_name: Audio Classification
data_files:
- data/audio.json
item_properties:
id_key: id
text_key: audio_url
task_dir: .
output_annotation_dir: annotation_output
instance_display:
fields:
- key: audio_url
type: audio
label: Audio Sample
display_options:
controls: true
- key: description
type: text
label: Description
display_options:
collapsible: true
layout:
direction: vertical
gap: 20px
annotation_schemes:
- annotation_type: radio
name: genre
description: What genre best describes this audio?
labels:
- electronic
- ambient
- dance
- other
- annotation_type: radio
name: mood
description: What is the overall mood?
labels:
- energetic
- calm
- neutral
user_config:
allow_all_users: true
require_no_password: true