knowledgebase-intent-llm / model_config.json
hebertgo's picture
Upload fine-tuned intent detection model - 2025-06-24 17:12:41
4deef57 verified
{
"model_info": {
"model_id": "knowledgebaseLLM",
"model_type": "intent_detection",
"version": "1.0",
"base_model": "mlx-community/Qwen2.5-1.5B-Instruct-4bit",
"model_format": "complete_merged",
"adapter_merged": true
},
"inference_settings": {
"max_tokens": 256,
"temperature": 0.1,
"do_sample": false
},
"expected_outputs": {
"actions": [
"Search",
"Create",
"Clarify",
"Summary",
"Translate",
"Conversation"
],
"content_types": [
"videos",
"bookmarks",
"todos",
"summary",
"translate"
],
"supported_operations": {
"content_management": [
"videos",
"bookmarks",
"todos"
],
"content_processing": [
"summary",
"translate"
]
},
"response_format": "json"
},
"training_metadata": {
"examples": 5000,
"iterations": 100,
"training_completed": true,
"export_timestamp": "2025-06-24T17:12:38.111419",
"fusion_completed": true
},
"ios_integration": {
"model_type": "complete_bundled",
"load_method": "local_bundle_only",
"requires_download": false,
"system_prompt": "You are a helpful AI assistant for a knowledge-management app on an iPhone."
}
}