File size: 721 Bytes
ee6c673 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | {
"model_type": "tool_router",
"architecture": "ToolRouterModel",
"preset": "small",
"layers": 6,
"d_model": 384,
"vocab_size": 256,
"context_length": 128,
"num_labels": 7,
"labels": [
"chitchat",
"phoneLargeModel",
"pureKnowledge",
"research",
"screenAction",
"screenDescription",
"unknown"
],
"precision": "float32",
"params": 49500000,
"training_method": "train-extractor",
"framework": "posttrainllm",
"library_name": "posttrainllm",
"license": "mit",
"language": ["en"],
"pipeline_tag": "text-classification",
"tags": [
"posttrainllm",
"tinygpt",
"intent-classification",
"routing",
"pace",
"mac-first",
"on-device"
]
}
|