RonanMcGovern
commited on
Commit
·
4d7dc11
1
Parent(s):
437c206
Update README.md
Browse files
README.md
CHANGED
@@ -16,19 +16,19 @@ tags:
|
|
16 |
- SFT
|
17 |
- fine-tuning
|
18 |
---
|
19 |
-
*last updated
|
20 |
## About
|
21 |
Trelis Research provides:
|
22 |
-
-
|
23 |
- Advanced fine-tuning scripts.
|
24 |
-
-
|
25 |
|
26 |
## Function-calling Models and Datasets
|
27 |
|
28 |
[Learn more here](https://trelis.com/function-calling/)
|
29 |
|
30 |
- Fine-tuned models for function calling - from 1.3B to 70B in size, incl. Yi, Deepseek, Llama and more
|
31 |
-
- [Dataset to fine-tune models for function calling](https://huggingface.co/datasets/Trelis/
|
32 |
- Scripts to fine-tune models for function calling and structured responses
|
33 |
|
34 |
## ADVANCED Fine-tuning Scripts
|
@@ -40,8 +40,9 @@ Trelis Research provides:
|
|
40 |
1. Scripts to create and use Embeddings
|
41 |
1. Quantization Scripts
|
42 |
1. Chat fine-tuning Scripts
|
|
|
43 |
|
44 |
-
##
|
45 |
- Server setup and inference guide for open source models.
|
46 |
- Inference for function calling.
|
47 |
- [Video: Run Llama 2 on AWS](https://youtu.be/Ror2xOOA-VE)
|
|
|
16 |
- SFT
|
17 |
- fine-tuning
|
18 |
---
|
19 |
+
*last updated Dec 7th 2023*
|
20 |
## About
|
21 |
Trelis Research provides:
|
22 |
+
- Function-calling models
|
23 |
- Advanced fine-tuning scripts.
|
24 |
+
- Advanced inference guides.
|
25 |
|
26 |
## Function-calling Models and Datasets
|
27 |
|
28 |
[Learn more here](https://trelis.com/function-calling/)
|
29 |
|
30 |
- Fine-tuned models for function calling - from 1.3B to 70B in size, incl. Yi, Deepseek, Llama and more
|
31 |
+
- [Dataset to fine-tune models for function calling](https://huggingface.co/datasets/Trelis/function_calling_v3)
|
32 |
- Scripts to fine-tune models for function calling and structured responses
|
33 |
|
34 |
## ADVANCED Fine-tuning Scripts
|
|
|
40 |
1. Scripts to create and use Embeddings
|
41 |
1. Quantization Scripts
|
42 |
1. Chat fine-tuning Scripts
|
43 |
+
2. Function calling fine-tuning
|
44 |
|
45 |
+
## ADVANCED Inference
|
46 |
- Server setup and inference guide for open source models.
|
47 |
- Inference for function calling.
|
48 |
- [Video: Run Llama 2 on AWS](https://youtu.be/Ror2xOOA-VE)
|