Skip to content

Personalization Enablers: Configuration File

Annanda Dandi Sousa edited this page Jun 16, 2025 · 2 revisions

Target audience: software developers


Pre-processing configuration

  "dataset_config": {
    "dataset_name": "RAVDESS",
    "number_of_labels": 8
  },

  "pre_processing_config": {
    "process": "standardize",
    "create_splits": true,
    "target_sr": 16000,
    "padding": true,
    "max_length": 5
  },

Clone this wiki locally