File size: 536 Bytes
848ade9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "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"
  }
}