Update README.md
Browse files
README.md
CHANGED
@@ -12,12 +12,22 @@ language:
|
|
12 |
- en
|
13 |
---
|
14 |
|
15 |
-
# Uploaded model
|
16 |
|
17 |
-
-
|
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|