Syoy commited on
Commit
cb072f6
1 Parent(s): 435bb2e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -150,9 +150,9 @@ a ClassLabel for the label and a ClassLabel for the class.
150
  'domain': 0 (source)
151
  'label': 0 (normal)
152
  'class': 1 (fan)
153
- 'ast-finetuned-audioset-10-10-0.4593-embeddings': [[0.8152204155921936,
154
  1.5862374305725098, ...,
155
- 1.7154160737991333]]
156
  }
157
  ```
158
 
@@ -168,7 +168,7 @@ The length of each audio file is 10 seconds.
168
  - `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_.
169
  - `class`: an integer as class label.
170
  - `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_.
171
- - `ast-finetuned-audioset-10-10-0.4593-embeddings`: an `datasets.Array2D` representing audio embeddings that are generated with the [Audio Spectrogram Transformer](https://huggingface.co/docs/transformers/model_doc/audio-spectrogram-transformer#transformers.ASTFeatureExtractor).
172
 
173
  ### Data Splits
174
 
 
150
  'domain': 0 (source)
151
  'label': 0 (normal)
152
  'class': 1 (fan)
153
+ 'ast-finetuned-audioset-10-10-0.4593-embeddings': [0.8152204155921936,
154
  1.5862374305725098, ...,
155
+ 1.7154160737991333]
156
  }
157
  ```
158
 
 
168
  - `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_.
169
  - `class`: an integer as class label.
170
  - `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_.
171
+ - `ast-finetuned-audioset-10-10-0.4593-embeddings`: 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).
172
 
173
  ### Data Splits
174