| { | |
| "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" | |
| } | |
| } | |