{ "model_type": "text-generation", | |
"models": [ | |
{ | |
"model": "google/gemma-7b", | |
"model_type": "text-generation", | |
"parameters": { | |
"param1": "value1", | |
"param2": "value2" | |
} | |
}, | |
{ | |
"model": "EleutherAI/gpt-neo-2.7B", | |
"model_type": "text-generation", | |
"parameters": { | |
"param1": "value1", | |
"param2": "value2" | |
} | |
} | |
] | |
} | |