RonanMcGovern commited on
Commit
9c75415
1 Parent(s): d085345

add raw llama-7B model

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -21,8 +21,9 @@ tags:
21
  - The model responds with a structured json argument with the function name and arguments
22
 
23
  Available models:
24
- - fLlama-7B ([bitsandbytes NF4](https://huggingface.co/Trelis/Llama-2-7b-chat-hf-function-calling)), ([GGML](https://huggingface.co/Trelis/Llama-2-7b-chat-hf-function-calling-GGML)), ([GPTQ](https://huggingface.co/Trelis/Llama-2-7b-chat-hf-function-calling-GPTQ)), ([GPTQ-trained](https://huggingface.co/Trelis/Llama-2-7b-chat-hf-function-calling-GPTQ-trained)) - free
25
- - fLlama-13B ([bitsandbytes NF4](https://huggingface.co/Trelis/Llama-2-13b-chat-hf-function-calling)), ([GPTQ](https://huggingface.co/Trelis/Llama-2-13b-chat-hf-function-calling-GPTQ)) - paid
 
26
 
27
  ## Inference with Google Colab and HuggingFace 🤗
28
 
 
21
  - The model responds with a structured json argument with the function name and arguments
22
 
23
  Available models:
24
+ - fLlama-7B ([bitsandbytes NF4](https://huggingface.co/Trelis/Llama-2-7b-hf-function-calling)) - free
25
+ - fLlama-7B-chat ([bitsandbytes NF4](https://huggingface.co/Trelis/Llama-2-7b-chat-hf-function-calling)), ([GGML](https://huggingface.co/Trelis/Llama-2-7b-chat-hf-function-calling-GGML)), ([GPTQ](https://huggingface.co/Trelis/Llama-2-7b-chat-hf-function-calling-GPTQ)), ([GPTQ-trained](https://huggingface.co/Trelis/Llama-2-7b-chat-hf-function-calling-GPTQ-trained)) - free
26
+ - fLlama-13B-chat ([bitsandbytes NF4](https://huggingface.co/Trelis/Llama-2-13b-chat-hf-function-calling)), ([GPTQ](https://huggingface.co/Trelis/Llama-2-13b-chat-hf-function-calling-GPTQ)) - paid
27
 
28
  ## Inference with Google Colab and HuggingFace 🤗
29