knowledgebase-intent-llm / model_config.json
hebertgo's picture
Upload fine-tuned intent detection model - 2025-06-24 14:54:25
9be0e4f verified
raw
history blame
1.31 kB
{
"model_info": {
"model_id": "mlx-community/Qwen2.5-1.5B-Instruct-4bit",
"model_type": "intent_detection",
"version": "1.0",
"base_model": "mlx-community/Qwen2.5-1.5B-Instruct-4bit"
},
"adapter_files": {
"adapters": "adapters.safetensors",
"config": "adapter_config.json"
},
"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-24T14:54:25.480113"
},
"ios_integration": {
"adapter_path": "Model/adapters.safetensors",
"config_path": "Model/adapter_config.json",
"system_prompt": "You are a helpful AI assistant for a knowledge-management app on an iPhone."
}
}