gptneo-2.7Bloratunning / inference_config.json
jacob-c's picture
Upload folder using huggingface_hub
cc40580 verified
raw
history blame contribute delete
386 Bytes
{
"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"]
}
}