Update README.md
Browse files
README.md
CHANGED
@@ -10,14 +10,19 @@ tags:
|
|
10 |
license: apache-2.0
|
11 |
language:
|
12 |
- en
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
-
|
16 |
|
17 |
-
- **Developed by:** mudler
|
18 |
-
- **License:** apache-2.0
|
19 |
-
- **Finetuned from model :** unsloth/phi-4-unsloth-bnb-4bit
|
20 |
|
21 |
-
|
22 |
|
23 |
-
|
|
|
|
|
|
|
|
|
|
10 |
license: apache-2.0
|
11 |
language:
|
12 |
- en
|
13 |
+
datasets:
|
14 |
+
- mudler/glaive-unsloth-localai
|
15 |
+
- mudler/o1-unsloth
|
16 |
+
- mlabonne/FineTome-100k
|
17 |
---
|
18 |
|
19 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/647374aa7ff32a81ac6d35d4/Dzbdzn27KEc3K6zNNi070.png" style="display: block;margin-left: auto;margin-right: auto;width: 50%;">
|
20 |
|
|
|
|
|
|
|
21 |
|
22 |
+
## Description
|
23 |
|
24 |
+
A model tailored to be conversational and execute function calls with LocalAI. This model is based on phi-4.
|
25 |
+
|
26 |
+
## Updates
|
27 |
+
|
28 |
+
This is the second iteration of `https://huggingface.co/mudler/LocalAI-functioncall-phi-4-v0.1` with added CoT (o1) capabilities from the [marco-o1](https://github.com/AIDC-AI/Marco-o1) dataset.
|