Song_Seeker / val_dataset.csv
Zamira1235's picture
Update val_dataset.csv
d1efd4d verified
raw
history blame
563 Bytes
data = {
'Song Title': [
'Honey Bee', 'Holocene', 'I Wanna Go', 'Till the World Ends', 'Grenade',
'Vampire Empire', 'Norman Fucking Rockwell', 'My Kink Is Karma', 'Nothing Matters', 'Now That We Don\'t Talk'
],
'Artist': [
'Blake Shelton', 'Bon Iver', 'Britney Spears', 'Britney Spears', 'Bruno Mars',
'Big Thief', 'Lana Del Rey', 'Chappell Roan', 'The Last Dinner Party', 'Taylor Swift'
],
'Mood': [
'Happy', 'Sad', 'Happy', 'Happy', 'Angry',
'Angry', 'Angry', 'Angry', 'Angry', 'Angry'
]
}