Commit
·
eb56aed
1
Parent(s):
2f7d5c3
nov 7 update
Browse files
README.md
CHANGED
@@ -5,9 +5,9 @@ colorFrom: red
|
|
5 |
colorTo: green
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
-
tags: [llama, code-llama, jupyter, colab, function calling, QLoRa, fine-tuning, scripts, fine-tuning]
|
9 |
---
|
10 |
-
*last updated
|
11 |
## About
|
12 |
Trelis Research provides tools and tutorials for training, using and deploying large language models.
|
13 |
|
@@ -24,7 +24,9 @@ Trelis Research provides tools and tutorials for training, using and deploying l
|
|
24 |
- [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)
|
25 |
- [Dataset to fine-tune models for function calling](https://huggingface.co/datasets/Trelis/function_calling_extended)
|
26 |
|
27 |
-
## LLM Server Setup
|
|
|
|
|
28 |
- [Video: Run Llama 2 on AWS](https://youtu.be/Ror2xOOA-VE)
|
29 |
- [Video: Deploy a Llama API in 5 clicks](https://youtu.be/dJ69gY0qRbg)
|
30 |
- [Purchase access to the GitHub repo](https://buy.stripe.com/9AQ28UcWh4PF1ckeV9)
|
@@ -39,3 +41,4 @@ Trelis Research provides tools and tutorials for training, using and deploying l
|
|
39 |
## Other Top Tutorials
|
40 |
- [Run Code Llama on a Mac with an M1 Chip](https://www.youtube.com/watch?v=a1JlzUzHL-I)
|
41 |
- [Run Llama 2 with 32k Context Length](https://www.youtube.com/watch?v=ELax81LjFhU)
|
|
|
|
5 |
colorTo: green
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
+
tags: [llama, code-llama, mistral, deepseek, jupyter, colab, function calling, QLoRa, fine-tuning, scripts, fine-tuning]
|
9 |
---
|
10 |
+
*last updated Nov 7th 2023*
|
11 |
## About
|
12 |
Trelis Research provides tools and tutorials for training, using and deploying large language models.
|
13 |
|
|
|
24 |
- [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)
|
25 |
- [Dataset to fine-tune models for function calling](https://huggingface.co/datasets/Trelis/function_calling_extended)
|
26 |
|
27 |
+
## LLM Server Setup
|
28 |
+
- Server and inference setup for Llama, CodeLlama and DeepSeek models.
|
29 |
+
- Inference for function calling.
|
30 |
- [Video: Run Llama 2 on AWS](https://youtu.be/Ror2xOOA-VE)
|
31 |
- [Video: Deploy a Llama API in 5 clicks](https://youtu.be/dJ69gY0qRbg)
|
32 |
- [Purchase access to the GitHub repo](https://buy.stripe.com/9AQ28UcWh4PF1ckeV9)
|
|
|
41 |
## Other Top Tutorials
|
42 |
- [Run Code Llama on a Mac with an M1 Chip](https://www.youtube.com/watch?v=a1JlzUzHL-I)
|
43 |
- [Run Llama 2 with 32k Context Length](https://www.youtube.com/watch?v=ELax81LjFhU)
|
44 |
+
|