RonanMcGovern commited on
Commit
b1ea2c6
·
1 Parent(s): dbf872c

update links to new function calling llama model

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -27,8 +27,8 @@ This advanced script provides improved performance when training with small data
27
  - Commercial dataset allowing language models to be fine-tuned for function calling ([Paid access here](https://huggingface.co/datasets/Trelis/function_calling_extended)).
28
  - Created using only human input or Apache 2 licensed datasets (no third party commercial licensing limitations)
29
  - Models trained with this dataset:
30
- - - [Llama-2-7B](https://huggingface.co/Trelis/Llama-2-7b-chat-hf-function-calling) - repo includes Google Colab notebook for inference
31
- - - [Llama-2-13B](https://huggingface.co/Trelis/Llama-2-13b-chat-hf-function-calling) - repo includes Google Colab notebook for inference
32
 
33
  *Protein Stability*
34
  - 250k dataset of protein mutations and their effect on stability. [Free access here](https://huggingface.co/datasets/Trelis/protein_stability_single_mutation).
 
27
  - Commercial dataset allowing language models to be fine-tuned for function calling ([Paid access here](https://huggingface.co/datasets/Trelis/function_calling_extended)).
28
  - Created using only human input or Apache 2 licensed datasets (no third party commercial licensing limitations)
29
  - Models trained with this dataset:
30
+ - - [Llama-2-7B](https://huggingface.co/Trelis/Llama-2-7b-chat-hf-function-calling-v2) - repo includes Google Colab notebook for inference
31
+ - - [Llama-2-13B](https://huggingface.co/Trelis/Llama-2-13b-chat-hf-function-calling-v2) - repo includes Google Colab notebook for inference
32
 
33
  *Protein Stability*
34
  - 250k dataset of protein mutations and their effect on stability. [Free access here](https://huggingface.co/datasets/Trelis/protein_stability_single_mutation).