Files
AMchat/configuration.json

10 lines
157 B
JSON
Raw Normal View History

{
"framework": "pytorch",
"task": "text-generation",
"model": {
"type": "AMchat"
},
"pipeline": {
"type": "my-custom-generation-name"
}
}