Upload configuration.json with huggingface_hub

This commit is contained in:
Ray 2023-10-27 02:00:50 +00:00 committed by huggingface-web
parent ecb2bc1e9f
commit 6ecb03e32f
1 changed files with 11 additions and 0 deletions

11
configuration.json Normal file
View File

@ -0,0 +1,11 @@
{
"framework": "pytorch",
"task": "text-generation",
"model": {
"type": "Atom-13B"
},
"pipeline": {
"type": "Atom-7B-pipe"
},
"allow_remote": true
}