3rd-Order-Continuous-500M / configuration.json
Vincent221's picture
Add files using upload-large-folder tool
848ade9 verified
{
"framework": "pytorch",
"task": "text-generation",
"allow_remote": false,
"model": {
"type": "third-order-continuous-lm",
"architecture": "ThirdOrderContinuousLM",
"model_file": "model.safetensors",
"config_file": "config.json",
"custom_inference_required": true,
"custom_code_included": false,
"tokenizer_files": [
"tokenizer.json",
"tokenizer_config.json",
"special_tokens_map.json",
"generation_config.json"
]
},
"pipeline": {
"type": "text-generation"
}
}