Transformers
llama-factory
llama3
Inference Endpoints
mudler commited on
Commit
90763ab
1 Parent(s): 17be672

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - llama-factory
5
+ - llama3
6
+ license: llama3
7
+ datasets:
8
+ - teknium/OpenHermes-2.5
9
+ - mudler/function-call-localai-glaive
10
+ ---
11
+
12
+ [![local-ai-banner.png](https://cdn-uploads.huggingface.co/production/uploads/647374aa7ff32a81ac6d35d4/bXvNcxQqQ-wNAnISmx3PS.png)](https://localai.io)
13
+
14
+ ## Mirai Nova
15
+
16
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/647374aa7ff32a81ac6d35d4/SKuXcvmZ_6oD4NCMkvyGo.png)
17
+
18
+ Mirai Nova: "Mirai" means future in Japanese, and "Nova" references a star showing a sudden large increase in brightness.
19
+
20
+ A set of models oriented in function calling, but generalist and with enhanced reasoning capability. This is fine tuned with Llama3.
21
+
22
+ Mirai Nova works particularly well with LocalAI, leveraging the function call with grammars feature out of the box.
23
+
24
+ GGUF quants fpr: https://huggingface.co/mudler/Mirai-Nova-Llama3-LocalAI-8B-v0.1
25
+
26
+ To run on LocalAI:
27
+
28
+ ```
29
+ local-ai run huggingface://mudler/Mirai-Nova-Llama3-LocalAI-8B-v0.1-GGUF/localai.yaml
30
+ ```