Update README.md
Browse files
README.md
CHANGED
@@ -48,7 +48,7 @@ Embeddings are derived from [OpenAI's Jukebox model](https://openai.com/index/ju
|
|
48 |
- Approach: Mean-pooling within 100ms frames, resulting in:
|
49 |
- Downsampled frequency: 10Hz
|
50 |
- Embedding size: 1.2 × 10^6 for a 25s audio clip
|
51 |
-
-
|
52 |
- This method retains temporal information while reducing the embedding size
|
53 |
|
54 |
### Why Jukebox? Are these embeddings state-of-the-art as of September 2024?
|
|
|
48 |
- Approach: Mean-pooling within 100ms frames, resulting in:
|
49 |
- Downsampled frequency: 10Hz
|
50 |
- Embedding size: 1.2 × 10^6 for a 25s audio clip
|
51 |
+
- For a 25s audio clip the 2D array shape will be [250, 4800]
|
52 |
- This method retains temporal information while reducing the embedding size
|
53 |
|
54 |
### Why Jukebox? Are these embeddings state-of-the-art as of September 2024?
|