Commit
·
7915d33
1
Parent(s):
d585ffd
add codellama 34B
Browse files
README.md
CHANGED
|
@@ -26,6 +26,7 @@ tags:
|
|
| 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)) - 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 |
|
| 30 |
## Licensing
|
| 31 |
|
|
@@ -147,6 +148,8 @@ Try out this notebook [fLlama_Inference notebook](https://colab.research.google.
|
|
| 147 |
**Commercial Applications**
|
| 148 |
Recommend running this model with [text-generation-interface](https://github.com/huggingface/text-generation-inference) and [chat-ui](https://github.com/huggingface/chat-ui)
|
| 149 |
|
|
|
|
|
|
|
| 150 |
~
|
| 151 |
|
| 152 |
Below follows information on the original Llama 2 model...
|
|
|
|
| 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)) - 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 |
|
| 31 |
## Licensing
|
| 32 |
|
|
|
|
| 148 |
**Commercial Applications**
|
| 149 |
Recommend running this model with [text-generation-interface](https://github.com/huggingface/text-generation-inference) and [chat-ui](https://github.com/huggingface/chat-ui)
|
| 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...
|