Commit
·
1a15560
1
Parent(s):
aa49ebf
add protein dataset and Jupyter Llama for Laptop
Browse files
README.md
CHANGED
@@ -21,22 +21,23 @@ This advanced script provides improved performance when training with small data
|
|
21 |
- Includes a stop token after responses - allowing the model to provide a short reponse (e.g. a function call) and then stop.
|
22 |
- Request [access here](https://buy.stripe.com/5kA5l69K52Hxf3a006). €14.99 (or $16.49) per seat/user. Access will be provided within 24 hours of purchase.
|
23 |
|
24 |
-
# 2.
|
|
|
|
|
25 |
- Commercial dataset allowing language models to be fine-tuned for function calling ([Get access here](https://huggingface.co/datasets/Trelis/function_calling_extended)).
|
26 |
- Created using only human input or Apache 2 licensed datasets (no third party commercial licensing limitations)
|
27 |
- Models trained with this dataset:
|
28 |
- - [Llama-2-7B](https://huggingface.co/Trelis/Llama-2-7b-chat-hf-function-calling) - repo includes Google Colab notebook for inference
|
29 |
- - [Llama-2-13B](https://huggingface.co/Trelis/Llama-2-13b-chat-hf-function-calling) - repo includes Google Colab notebook for inference
|
|
|
|
|
|
|
30 |
|
31 |
-
# 3. Jupyter
|
32 |
-
A Llama 2 chatbot with function calling
|
33 |
|
34 |
-
|
35 |
-
-
|
36 |
- Upload pdf or text files for analysis.
|
37 |
-
-
|
38 |
-
|
39 |
-
|
40 |
-
- Add and call any custom function.
|
41 |
-
- Search for papers on ArXiv.
|
42 |
-
- Get access [here](https://buy.stripe.com/4gw4h27BX81R9IQaEL). €9.99 (or $10.99) per seat/user. Access will be provided within 24 hours of purchase.
|
|
|
21 |
- Includes a stop token after responses - allowing the model to provide a short reponse (e.g. a function call) and then stop.
|
22 |
- Request [access here](https://buy.stripe.com/5kA5l69K52Hxf3a006). €14.99 (or $16.49) per seat/user. Access will be provided within 24 hours of purchase.
|
23 |
|
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 |
|
38 |
+
A Chat Assistant built on Llama 2.
|
39 |
+
- Save and re-load chats.
|
40 |
- Upload pdf or text files for analysis.
|
41 |
+
- Search Bing (beta).
|
42 |
+
- Add custome functions (beta).
|
43 |
+
- Get access for €9.99 ($10.99) [here](https://buy.stripe.com/dR65l6f4p95V7AI6oA).
|
|
|
|
|
|