Update README.md
Browse files
README.md
CHANGED
@@ -181,8 +181,8 @@ The length of each audio file is 10 seconds.
|
|
181 |
- `domain`: an integer whose value may be either _0_, indicating that the audio sample is from the _source_ domain, _1_, indicating that the audio sample is from the _target_.
|
182 |
- `class`: an integer as class label.
|
183 |
- `label`: an integer whose value may be either _0_, indicating that the audio sample is _normal_, _1_, indicating that the audio sample contains an _anomaly_.
|
184 |
-
- `embeddings_ast-finetuned-audioset-10-10-0.4593`: an `datasets.Sequence(Value("float32"))` representing audio embeddings that are generated with an [Audio Spectrogram Transformer](https://huggingface.co/docs/transformers/model_doc/audio-spectrogram-transformer#transformers.ASTFeatureExtractor).
|
185 |
-
- `embeddings_dcase2023_task2_baseline_ae`: an `datasets.Sequence(Value("float32"))` representing audio embeddings that are generated with the [**DCASE 2023 Challenge Task 2 Baseline Auto Encoder**](https://github.com/nttcslab/dcase2023_task2_baseline_ae). **Seven individual class-specific AEs** are trained. Dimensionality Reduction is applied with **PCA** separately for each class with a fit on the respecting training set of samples.
|
186 |
- `anomaly_score_dcase2023_task2_baseline_ae`: a float representation of the anomaly score according to the baseline implementation
|
187 |
- `prediction_dcase2023_task2_baseline_ae`: an integer whose value may be either _0_, indicating that the audio sample is considered _normal_ by the baseline algorithm, _1_, indicating that the audio sample contains an _anomaly_.
|
188 |
- `prediction_correct_dcase2023_task2_baseline_ae`: an integer whose value may be either _0_, indicating that the baseline prediction is wrong or _1_, indicating that prediction is correct.
|
|
|
181 |
- `domain`: an integer whose value may be either _0_, indicating that the audio sample is from the _source_ domain, _1_, indicating that the audio sample is from the _target_.
|
182 |
- `class`: an integer as class label.
|
183 |
- `label`: an integer whose value may be either _0_, indicating that the audio sample is _normal_, _1_, indicating that the audio sample contains an _anomaly_.
|
184 |
+
- `embeddings_ast-finetuned-audioset-10-10-0.4593`: an `datasets.Sequence(Value("float32"), shape=(1, 768))` representing audio embeddings that are generated with an [Audio Spectrogram Transformer](https://huggingface.co/docs/transformers/model_doc/audio-spectrogram-transformer#transformers.ASTFeatureExtractor).
|
185 |
+
- `embeddings_dcase2023_task2_baseline_ae`: an `datasets.Sequence(Value("float32"), shape=(1, 512))` representing audio embeddings that are generated with the [**DCASE 2023 Challenge Task 2 Baseline Auto Encoder**](https://github.com/nttcslab/dcase2023_task2_baseline_ae). **Seven individual class-specific AEs** are trained. Dimensionality Reduction is applied with **PCA** separately for each class with a fit on the respecting training set of samples.
|
186 |
- `anomaly_score_dcase2023_task2_baseline_ae`: a float representation of the anomaly score according to the baseline implementation
|
187 |
- `prediction_dcase2023_task2_baseline_ae`: an integer whose value may be either _0_, indicating that the audio sample is considered _normal_ by the baseline algorithm, _1_, indicating that the audio sample contains an _anomaly_.
|
188 |
- `prediction_correct_dcase2023_task2_baseline_ae`: an integer whose value may be either _0_, indicating that the baseline prediction is wrong or _1_, indicating that prediction is correct.
|