Files
Llama3-Chinese-8B-Instruct/configuration.json

11 lines
211 B
JSON
Raw Normal View History

{
"framework": "pytorch",
"task": "text-generation",
"model": {
"type": "Llama3-Chinese-8B"
},
"pipeline": {
"type": "Llama3-Chinese-8B-pipe"
},
"allow_remote": true
}