{ "base_model": "EleutherAI/gpt-neo-2.7B", "task": "text-generation", "default_params": { "max_length": 200, "temperature": 0.7, "top_p": 0.9, "top_k": 50, "do_sample": true, "return_full_text": false }, "prompt_format": "Artist: {artist}\nLyrics:", "example_inputs": { "artist": ["Taylor Swift", "Beyonce", "Drake", "Ed Sheeran", "Adele"] } }