teticio commited on
Commit
403e297
1 Parent(s): d7acb3d

new version trained on 1000000 playlists and tracks

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 240,000 Spotify playlists and on 30 second samples of over 4 million songs. 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,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
+ ```