mudler commited on
Commit
1e5b868
1 Parent(s): aabccde

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # LocalAI-Llama3-8b-Function-Call-v0.2
2
+
3
+ ![local-ai-banner.png](https://cdn-uploads.huggingface.co/production/uploads/647374aa7ff32a81ac6d35d4/bXvNcxQqQ-wNAnISmx3PS.png)
4
+
5
+ ![LocalAIFCALL](https://cdn-uploads.huggingface.co/production/uploads/647374aa7ff32a81ac6d35d4/us5JKi9z046p8K-cn_M0w.webp)
6
+
7
+ This model is a fine-tune on a custom dataset + glave to work specifically and leverage all the LocalAI features of constrained grammar.
8
+
9
+ Specifically, the model once enters in tools mode will always reply with JSON.
10
+
11
+ To run on LocalAI:
12
+
13
+ ```
14
+ local-ai run huggingface://mudler//LocalAI-Llama3-8b-Function-Call-v0.2-GGUF/localai.yaml
15
+ ```