File size: 689 Bytes
8bbb013
 
 
99ccfe3
8bbb013
 
7642600
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8bbb013
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
license: apache-2.0
pipeline_tag: text-generation
base_model: gpt2-medium
---

# Lyrics Generation Model

## Overview

This repository contains a fine-tuned GPT-2 model for generating song lyrics. The model was trained on a dataset of Ghanaian artist lyrics and is designed to generate coherent and contextually relevant lyrics based on input prompts.

## Model Details

- **Model Type**: GPT-2
- **Model Size**: medium
- **Tokenizer**: GPT-2 tokenizer
- **Training Data**: Lyrics from various Ghanaian artists

## Installation

To use this model, you'll need to install the required libraries. You can do this using `pip`:

```bash
pip install transformers
pip install tensorflow
```