hebertgo commited on
Commit
5bc0f78
·
verified ·
1 Parent(s): ff8106d

Upload fine-tuned intent detection model - 2025-06-24 15:12:39

Browse files
Files changed (3) hide show
  1. README.md +2 -2
  2. model.safetensors +1 -1
  3. model_config.json +9 -9
README.md CHANGED
@@ -65,8 +65,8 @@ let model = try await LLMModelFactory.shared.loadContainer(
65
  ## Training Details
66
 
67
  - **Fine-tuning Method**: LoRA with model fusion
68
- - **Export Date**: 2025-06-24T14:59:43.091142
69
- - **Fusion Completed**: False
70
 
71
  ## Expected Outputs
72
 
 
65
  ## Training Details
66
 
67
  - **Fine-tuning Method**: LoRA with model fusion
68
+ - **Export Date**: 2025-06-24T15:12:36.041125
69
+ - **Fusion Completed**: True
70
 
71
  ## Expected Outputs
72
 
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:354f2dfb703806978bbb6839759f4c282df99ba54295b8b482e19545b2549cd4
3
  size 868628547
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c7d617ea9d68dc1d5205dee857d99bee5b1fb0be04d93f5abab20c7c810ed31
3
  size 868628547
model_config.json CHANGED
@@ -1,13 +1,11 @@
1
  {
2
  "model_info": {
3
- "model_id": "mlx-community/Qwen2.5-1.5B-Instruct-4bit",
4
  "model_type": "intent_detection",
5
  "version": "1.0",
6
- "base_model": "mlx-community/Qwen2.5-1.5B-Instruct-4bit"
7
- },
8
- "adapter_files": {
9
- "adapters": "adapters.safetensors",
10
- "config": "adapter_config.json"
11
  },
12
  "inference_settings": {
13
  "max_tokens": 256,
@@ -47,11 +45,13 @@
47
  "examples": 5000,
48
  "iterations": 100,
49
  "training_completed": true,
50
- "export_timestamp": "2025-06-24T14:59:43.091142"
 
51
  },
52
  "ios_integration": {
53
- "adapter_path": "Model/adapters.safetensors",
54
- "config_path": "Model/adapter_config.json",
 
55
  "system_prompt": "You are a helpful AI assistant for a knowledge-management app on an iPhone."
56
  }
57
  }
 
1
  {
2
  "model_info": {
3
+ "model_id": "knowledgebaseLLM",
4
  "model_type": "intent_detection",
5
  "version": "1.0",
6
+ "base_model": "mlx-community/Qwen2.5-1.5B-Instruct-4bit",
7
+ "model_format": "complete_merged",
8
+ "adapter_merged": true
 
 
9
  },
10
  "inference_settings": {
11
  "max_tokens": 256,
 
45
  "examples": 5000,
46
  "iterations": 100,
47
  "training_completed": true,
48
+ "export_timestamp": "2025-06-24T15:12:36.041125",
49
+ "fusion_completed": true
50
  },
51
  "ios_integration": {
52
+ "model_type": "complete_bundled",
53
+ "load_method": "local_bundle_only",
54
+ "requires_download": false,
55
  "system_prompt": "You are a helpful AI assistant for a knowledge-management app on an iPhone."
56
  }
57
  }