updated readme
Browse files
README.md
CHANGED
@@ -168,8 +168,6 @@ The length of each audio file is 10 seconds.
|
|
168 |
|
169 |
### Data Fields
|
170 |
|
171 |
-
[//]: # (todo: add new data fields)
|
172 |
-
|
173 |
- `audio`: an `datasets.Audio`
|
174 |
- `path`: a string representing the path of the audio file inside the _tar.gz._-archive.
|
175 |
- `section`: an integer representing the section, see [Definition](#Description)
|
@@ -178,8 +176,8 @@ The length of each audio file is 10 seconds.
|
|
178 |
- `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_.
|
179 |
- `class`: an integer as class label.
|
180 |
- `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_.
|
181 |
-
- '*_lof_anomaly': an integer as anomaly indicator. The anomaly prediction is computed with the [Local Outlier Factor](https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.LocalOutlierFactor.html) algorithm based on the "*"-dataset.
|
182 |
-
- '*_lof_anomaly_score': a float as anomaly score. The anomaly score is computed with the [Local Outlier Factor](https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.LocalOutlierFactor.html) algorithm based on the "*"-dataset.
|
183 |
- `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).
|
184 |
|
185 |
### Data Splits
|
|
|
168 |
|
169 |
### Data Fields
|
170 |
|
|
|
|
|
171 |
- `audio`: an `datasets.Audio`
|
172 |
- `path`: a string representing the path of the audio file inside the _tar.gz._-archive.
|
173 |
- `section`: an integer representing the section, see [Definition](#Description)
|
|
|
176 |
- `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_.
|
177 |
- `class`: an integer as class label.
|
178 |
- `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_.
|
179 |
+
- '[*]_lof_anomaly': an integer as anomaly indicator. The anomaly prediction is computed with the [Local Outlier Factor](https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.LocalOutlierFactor.html) algorithm based on the "[*]"-dataset.
|
180 |
+
- '[*]_lof_anomaly_score': a float as anomaly score. The anomaly score is computed with the [Local Outlier Factor](https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.LocalOutlierFactor.html) algorithm based on the "[*]"-dataset.
|
181 |
- `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).
|
182 |
|
183 |
### Data Splits
|