Spaces:
Runtime error
Runtime error
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 | |