RonanMcGovern commited on
Commit
57c21a5
·
1 Parent(s): 1a15560

update access to free for protein dataset

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -24,14 +24,14 @@ This advanced script provides improved performance when training with small data
24
  # 2. Datasets
25
 
26
  *Function Calling Dataset for Fine-Tuning*
27
- - Commercial dataset allowing language models to be fine-tuned for function calling ([Get 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. [Get access here](https://huggingface.co/datasets/Trelis/protein_stability_single_mutation).
35
 
36
  # 3. Jupyter Llama for Laptop
37
 
 
24
  # 2. Datasets
25
 
26
  *Function Calling Dataset for Fine-Tuning*
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).
35
 
36
  # 3. Jupyter Llama for Laptop
37