CoolFace
Apppublic

Blablablab/audio-classification

sourceHugging Faceapache-2.0updated 1mo agoView on Hugging Face
0likes
config.yaml43 linesDownload Raw Back to root
1annotation_task_name: Audio Classification2data_files:3- data/audio.json4item_properties:5  id_key: id6  text_key: audio_url7task_dir: .8output_annotation_dir: annotation_output9instance_display:10  fields:11  - key: audio_url12    type: audio13    label: Audio Sample14    display_options:15      controls: true16  - key: description17    type: text18    label: Description19    display_options:20      collapsible: true21  layout:22    direction: vertical23    gap: 20px24annotation_schemes:25- annotation_type: radio26  name: genre27  description: What genre best describes this audio?28  labels:29  - electronic30  - ambient31  - dance32  - other33- annotation_type: radio34  name: mood35  description: What is the overall mood?36  labels:37  - energetic38  - calm39  - neutral40user_config:41  allow_all_users: true42require_no_password: true43