Upload fine-tuned intent detection model - 2025-06-23 16:42:01
Browse files- README.md +1 -1
- model.safetensors +1 -1
- model_config.json +15 -2
README.md
CHANGED
@@ -65,7 +65,7 @@ let model = try await LLMModelFactory.shared.loadContainer(
|
|
65 |
## Training Details
|
66 |
|
67 |
- **Fine-tuning Method**: LoRA with model fusion
|
68 |
-
- **Export Date**: 2025-06-23T16:
|
69 |
- **Fusion Completed**: True
|
70 |
|
71 |
## Expected Outputs
|
|
|
65 |
## Training Details
|
66 |
|
67 |
- **Fine-tuning Method**: LoRA with model fusion
|
68 |
+
- **Export Date**: 2025-06-23T16:41:58.154538
|
69 |
- **Fusion Completed**: True
|
70 |
|
71 |
## Expected Outputs
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 868628547
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43ff90a20fbfc0b17935a90a9bbb90013e94e764e86310c7a677112f3ed88340
|
3 |
size 868628547
|
model_config.json
CHANGED
@@ -24,15 +24,28 @@
|
|
24 |
"content_types": [
|
25 |
"videos",
|
26 |
"bookmarks",
|
27 |
-
"todos"
|
|
|
|
|
28 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
"response_format": "json"
|
30 |
},
|
31 |
"training_metadata": {
|
32 |
"examples": 5000,
|
33 |
"iterations": 100,
|
34 |
"training_completed": true,
|
35 |
-
"export_timestamp": "2025-06-23T16:
|
36 |
"fusion_completed": true
|
37 |
},
|
38 |
"ios_integration": {
|
|
|
24 |
"content_types": [
|
25 |
"videos",
|
26 |
"bookmarks",
|
27 |
+
"todos",
|
28 |
+
"summary",
|
29 |
+
"translate"
|
30 |
],
|
31 |
+
"supported_operations": {
|
32 |
+
"content_management": [
|
33 |
+
"videos",
|
34 |
+
"bookmarks",
|
35 |
+
"todos"
|
36 |
+
],
|
37 |
+
"content_processing": [
|
38 |
+
"summary",
|
39 |
+
"translate"
|
40 |
+
]
|
41 |
+
},
|
42 |
"response_format": "json"
|
43 |
},
|
44 |
"training_metadata": {
|
45 |
"examples": 5000,
|
46 |
"iterations": 100,
|
47 |
"training_completed": true,
|
48 |
+
"export_timestamp": "2025-06-23T16:41:58.154538",
|
49 |
"fusion_completed": true
|
50 |
},
|
51 |
"ios_integration": {
|