mudler commited on
Commit
446aecb
·
verified ·
1 Parent(s): e08b64a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -6
README.md CHANGED
@@ -12,12 +12,22 @@ language:
12
  - en
13
  ---
14
 
15
- # Uploaded model
16
 
17
- - **Developed by:** mudler
18
- - **License:** apache-2.0
19
- - **Finetuned from model :** unsloth/llama-3.2-1b-instruct-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)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  - en
13
  ---
14
 
 
15
 
16
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/647374aa7ff32a81ac6d35d4/Dzbdzn27KEc3K6zNNi070.png" style="display: block;margin-left: auto;margin-right: auto;width: 50%;">
 
 
17
 
 
18
 
19
+ ## Description
20
+
21
+ A model tailored to be conversational and execute function calls with [LocalAI](https://github.com/mudler/LocalAI). This model is based on llama3.2 (1B).
22
+
23
+ ## How to run
24
+
25
+ With LocalAI:
26
+
27
+ ```
28
+ local-ai run LocalAI-functioncall-llama3.2-1b-v0.4
29
+ ```
30
+
31
+ ## Updates
32
+
33
+ This is the 4th iteration based on llama3.2 1B