Commit
·
1abef1a
1
Parent(s):
9878e25
Oct 16th updates
Browse files
README.md
CHANGED
@@ -7,21 +7,22 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
tags: [llama, code-llama, jupyter, colab, function calling, QLoRa, fine-tuning, scripts, fine-tuning]
|
9 |
---
|
10 |
-
*last updated Oct
|
11 |
## About
|
12 |
Trelis Research provides tools and tutorials for training, using and deploying large language models.
|
13 |
|
14 |
-
##
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
|
|
19 |
|
20 |
## Function-calling Models and Datasets
|
21 |
-
- [Llama 2 models fine-tuned for function calling, 7B, 13B, 70B, CodeLlama 34B](https://huggingface.co/Trelis/Llama-2-7b-chat-hf-function-calling-v2)
|
22 |
- [Dataset to fine-tune models for function calling](https://huggingface.co/datasets/Trelis/function_calling_extended)
|
23 |
|
24 |
-
## LLM Server Setup
|
25 |
- [Video: Run Llama 2 on AWS](https://youtu.be/Ror2xOOA-VE)
|
26 |
- [Video: Deploy a Llama API in 5 clicks](https://youtu.be/dJ69gY0qRbg)
|
27 |
- [Purchase access to the GitHub repo](https://buy.stripe.com/9AQ28UcWh4PF1ckeV9)
|
|
|
7 |
pinned: false
|
8 |
tags: [llama, code-llama, jupyter, colab, function calling, QLoRa, fine-tuning, scripts, fine-tuning]
|
9 |
---
|
10 |
+
*last updated Oct 16th 2023*
|
11 |
## About
|
12 |
Trelis Research provides tools and tutorials for training, using and deploying large language models.
|
13 |
|
14 |
+
## ADVANCED Fine-tuning Scripts
|
15 |
+
1. Unsupervised + Supervised Fine-tuning Notebooks
|
16 |
+
1. Q&A Dataset Preparation + Cleaning Scripts
|
17 |
+
1. Scripts to create and use Embeddings
|
18 |
+
1. Quantization Scripts
|
19 |
+
[Learn more here](https://trelis.com/advanced-fine-tuning-scripts/)
|
20 |
|
21 |
## Function-calling Models and Datasets
|
22 |
+
- [Llama 2 and Mistral models fine-tuned for function calling, 7B, 13B, 70B, CodeLlama 34B](https://huggingface.co/Trelis/Llama-2-7b-chat-hf-function-calling-v2)
|
23 |
- [Dataset to fine-tune models for function calling](https://huggingface.co/datasets/Trelis/function_calling_extended)
|
24 |
|
25 |
+
## LLM Server Setup and Inference Guide
|
26 |
- [Video: Run Llama 2 on AWS](https://youtu.be/Ror2xOOA-VE)
|
27 |
- [Video: Deploy a Llama API in 5 clicks](https://youtu.be/dJ69gY0qRbg)
|
28 |
- [Purchase access to the GitHub repo](https://buy.stripe.com/9AQ28UcWh4PF1ckeV9)
|