mudler commited on
Commit
fc604f7
·
verified ·
1 Parent(s): 3838ae5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -6
README.md CHANGED
@@ -10,14 +10,19 @@ tags:
10
  license: apache-2.0
11
  language:
12
  - en
 
 
 
 
13
  ---
14
 
15
- # Uploaded model
16
 
17
- - **Developed by:** mudler
18
- - **License:** apache-2.0
19
- - **Finetuned from model :** unsloth/phi-4-unsloth-bnb-4bit
20
 
21
- This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
22
 
23
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
 
 
 
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.