RonanMcGovern
commited on
Commit
•
8465f04
1
Parent(s):
d1b89a5
add gguf
Browse files
README.md
CHANGED
@@ -10,12 +10,16 @@ tags:
|
|
10 |
- pytorch
|
11 |
- llama
|
12 |
- llama-2
|
|
|
|
|
|
|
13 |
---
|
14 |
# Function Calling Fine-tuned Llama 2 Chat
|
15 |
|
16 |
This model is fine-tuned for function calling.
|
17 |
- The function metadata format is the same as used for OpenAI.
|
18 |
- The model is suitable for commercial use and is licensed with the Llama 2 Community license.
|
|
|
19 |
|
20 |
Check out other fine-tuned function calling models [here](https://trelis.com/function-calling/).
|
21 |
|
|
|
10 |
- pytorch
|
11 |
- llama
|
12 |
- llama-2
|
13 |
+
- gguf
|
14 |
+
- function-calling
|
15 |
+
- function calling
|
16 |
---
|
17 |
# Function Calling Fine-tuned Llama 2 Chat
|
18 |
|
19 |
This model is fine-tuned for function calling.
|
20 |
- The function metadata format is the same as used for OpenAI.
|
21 |
- The model is suitable for commercial use and is licensed with the Llama 2 Community license.
|
22 |
+
- A GGUF version is in the gguf branch.
|
23 |
|
24 |
Check out other fine-tuned function calling models [here](https://trelis.com/function-calling/).
|
25 |
|