pace-intent-router-v8 / config.json
sarthakagrawal927's picture
Upload folder using huggingface_hub
ee6c673 verified
Raw
History Blame Contribute Delete
721 Bytes
{
"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"
]
}