SpartanCinder's picture
Update README.md
31695c6 verified
|
raw
history blame
970 Bytes
metadata
title: NLP Song Generator Guessing Game
emoji: πŸŽ€πŸ€–
colorFrom: gray
colorTo: yellow
sdk: gradio
sdk_version: 4.26.0
app_file: app.py
pinned: true
license: apache-2.0

Song Generator Guessing Game

This program generates a song using a language model and then presents a multiple-choice question to the user to guess the artist of the generated song.

Models Used

The program uses the following models:

  1. Language Model: This model is used to generate the song.

Custom Dataset

The program uses a custom dataset of songs and artists. The dataset includes the following columns:

  • 'Song': The lyrics of the song.
  • 'Artist': The artist of the song.

The dataset is used to generate the multiple-choice options for the guessing game. One of the artists in the options is the artist that the language model was conditioned on to generate the song. Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference