sheacon commited on
Commit
560e99a
·
1 Parent(s): 417dea6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,7 +1,7 @@
1
  Creation Steps
2
  - Downloaded [5 Million Song Dataset](https://www.kaggle.com/datasets/nikhilnayak123/5-million-song-lyrics-dataset) from Kaggle
3
- - Limited to songs with more than 1,000 views on Genius.com
4
- - Remove lyrics with non-roman alphabet characters
5
  - Remove songs featuring any [profanity](https://github.com/surge-ai/profanity)
6
  - Removed annotations (in brackets)
7
- - Added normalized version of lyrics (lower case, remove punctuation, remove stopwords, lemmatize)
 
 
1
  Creation Steps
2
  - Downloaded [5 Million Song Dataset](https://www.kaggle.com/datasets/nikhilnayak123/5-million-song-lyrics-dataset) from Kaggle
3
+ - Selected quality artists, as defined by me
 
4
  - Remove songs featuring any [profanity](https://github.com/surge-ai/profanity)
5
  - Removed annotations (in brackets)
6
+ - Added normalized version of lyrics (lower case, remove punctuation, remove stopwords, lemmatize)
7
+ - Computed four sets of embeddings using all-MiniLM-L12-v2, all-distilroberta-v1, text-embedding-ada-002, and average_word_embeddings_glove.840B.300d