RonanMcGovern
commited on
Commit
•
4b16b80
1
Parent(s):
cf787d2
Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ tags:
|
|
24 |
2. Function descriptions are moved outside of the system prompt. This avoids the behaviour of function calling being affected by how the system prompt had been trained to influence the model.
|
25 |
|
26 |
Available models:
|
27 |
-
- Llama-7B-chat with function calling ([Base Model](https://huggingface.co/Trelis/Llama-2-7b-chat-hf-function-calling-v2)), ([PEFT Adapters](https://huggingface.co/Trelis/Llama-2-7b-chat-hf-function-calling-adapters-v2)), ([GGUF -
|
28 |
- Llama-13B-chat with function calling ([Base Model](https://huggingface.co/Trelis/Llama-2-13b-chat-hf-function-calling-v2)), ([PEFT Adapters](https://huggingface.co/Trelis/Llama-2-13b-chat-hf-function-calling-adapters-v2)) - Paid, [purchase here: €19.99 per user/seat.](https://buy.stripe.com/9AQ7te3lHdmbdZ68wz)
|
29 |
- CodeLlama-34B-Instruct with function calling ([Base Model](https://huggingface.co/Trelis/CodeLlama-34b-Instruct-hf-function-calling-v2)), ([PEFT Adapters](https://huggingface.co/Trelis/CodeLlama-34b-Instruct-hf-function-calling-adapters-v2)) - Paid, [purchase here: €44.99 per user/seat.](https://buy.stripe.com/cN27teg8t2Hx5sA8wM)
|
30 |
|
@@ -150,15 +150,15 @@ Recommend running this model with [text-generation-interface](https://github.com
|
|
150 |
|
151 |
*While the model runs with tgi, it does not respond to functions as expected. Please get in touch with ronan [at] trelis dot com if you are interested in this functionality.*
|
152 |
|
|
|
|
|
|
|
153 |
~
|
154 |
|
155 |
Below follows information on the original Llama 2 model...
|
156 |
|
157 |
~
|
158 |
|
159 |
-
**Run on your laptop**
|
160 |
-
Run on your laptop [video and juypter notebook](https://youtu.be/rjSWCMVbD_U)
|
161 |
-
|
162 |
# **Llama 2**
|
163 |
Llama 2 is a collection of pretrained and fine-tuned generative text models ranging in scale from 7 billion to 70 billion parameters. This is the repository for the 7B fine-tuned model, optimized for dialogue use cases and converted for the Hugging Face Transformers format. Links to other models can be found in the index at the bottom.
|
164 |
|
|
|
24 |
2. Function descriptions are moved outside of the system prompt. This avoids the behaviour of function calling being affected by how the system prompt had been trained to influence the model.
|
25 |
|
26 |
Available models:
|
27 |
+
- Llama-7B-chat with function calling ([Base Model](https://huggingface.co/Trelis/Llama-2-7b-chat-hf-function-calling-v2)), ([PEFT Adapters](https://huggingface.co/Trelis/Llama-2-7b-chat-hf-function-calling-adapters-v2)), ([GGUF - files are in this main branch]) - Free
|
28 |
- Llama-13B-chat with function calling ([Base Model](https://huggingface.co/Trelis/Llama-2-13b-chat-hf-function-calling-v2)), ([PEFT Adapters](https://huggingface.co/Trelis/Llama-2-13b-chat-hf-function-calling-adapters-v2)) - Paid, [purchase here: €19.99 per user/seat.](https://buy.stripe.com/9AQ7te3lHdmbdZ68wz)
|
29 |
- CodeLlama-34B-Instruct with function calling ([Base Model](https://huggingface.co/Trelis/CodeLlama-34b-Instruct-hf-function-calling-v2)), ([PEFT Adapters](https://huggingface.co/Trelis/CodeLlama-34b-Instruct-hf-function-calling-adapters-v2)) - Paid, [purchase here: €44.99 per user/seat.](https://buy.stripe.com/cN27teg8t2Hx5sA8wM)
|
30 |
|
|
|
150 |
|
151 |
*While the model runs with tgi, it does not respond to functions as expected. Please get in touch with ronan [at] trelis dot com if you are interested in this functionality.*
|
152 |
|
153 |
+
**Run on your laptop**
|
154 |
+
Run on your laptop [video and juypter notebook](https://youtu.be/nDJMHFsBU7M)
|
155 |
+
|
156 |
~
|
157 |
|
158 |
Below follows information on the original Llama 2 model...
|
159 |
|
160 |
~
|
161 |
|
|
|
|
|
|
|
162 |
# **Llama 2**
|
163 |
Llama 2 is a collection of pretrained and fine-tuned generative text models ranging in scale from 7 billion to 70 billion parameters. This is the repository for the 7B fine-tuned model, optimized for dialogue use cases and converted for the Hugging Face Transformers format. Links to other models can be found in the index at the bottom.
|
164 |
|