new version trained on 1000000 playlists and tracks
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ tags:
|
|
6 |
license: "gpl-3.0"
|
7 |
---
|
8 |
|
9 |
-
This model encodes audio files into vectors of 100 dimensions. It was trained on
|
10 |
|
11 |
To encode an audio first install the package with
|
12 |
```
|
@@ -20,4 +20,4 @@ from audiodiffusion.audio_encoder import AudioEncoder
|
|
20 |
|
21 |
audio_encoder = AudioEncoder.from_pretrained("teticio/audio-encoder")
|
22 |
audio_encoder.encode(<list of audio files>)
|
23 |
-
```
|
|
|
6 |
license: "gpl-3.0"
|
7 |
---
|
8 |
|
9 |
+
This model encodes audio files into vectors of 100 dimensions. It was trained on a million Spotify playlists and tracks. The details can be found [here](https://github.com/teticio/Deej-AI).
|
10 |
|
11 |
To encode an audio first install the package with
|
12 |
```
|
|
|
20 |
|
21 |
audio_encoder = AudioEncoder.from_pretrained("teticio/audio-encoder")
|
22 |
audio_encoder.encode(<list of audio files>)
|
23 |
+
```
|