RonanMcGovern commited on
Commit
4c68841
1 Parent(s): f514b0a

add 70B model

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -27,12 +27,13 @@ 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
 
31
  ## Licensing
32
 
33
  Llama-7B with function calling is licensed according to the Meta Community license.
34
 
35
- Llama-13B and Code-llama-34b with function calling are commercially licensed.
36
  - Commercial license per user.
37
  - Licenses are not transferable to other users/entities.
38
 
 
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
+ - Llama-70B-chat with function calling ([Base Model](https://huggingface.co/Trelis/Llama-2-70b-chat-hf-function-calling-v2)), ([PEFT Adapters](https://huggingface.co/Trelis/Llama-2-70b-chat-hf-function-calling-adapters-v2)) - Paid, [purchase here: €99 per user/seat.](https://buy.stripe.com/8wMdRC1dzci75sA4gy)
31
 
32
  ## Licensing
33
 
34
  Llama-7B with function calling is licensed according to the Meta Community license.
35
 
36
+ Llama-13B, Code-llama-34b and Llama-70B with function calling are commercially licensed.
37
  - Commercial license per user.
38
  - Licenses are not transferable to other users/entities.
39