Playlist Generator Dataset
This dataset contains three files, used in the Playlist Generator space. Visit the blog post to learn more about the project: https://huggingface.co./blog/your-first-ml-project
verse-embeddings.pkl
contains Sentence Transformer embeddings for each verse for each song in a private (unreleased) dataset of song lyrics. The embeddings were generated using this model: https://huggingface.co./sentence-transformers/msmarco-MiniLM-L-6-v3verses.csv
maps each verse to a song ID. The indices inverse-embeddings.pkl
correspond with the indices in this CSV file.songs_new.csv
contains information about each song, such as the title, artist, and a link to the album art (if available)