add Vision and Transcription Repo info
Browse files
README.md
CHANGED
@@ -17,19 +17,21 @@ tags:
|
|
17 |
- SFT
|
18 |
- fine-tuning
|
19 |
---
|
20 |
-
*last updated
|
21 |
## About
|
22 |
Trelis Research provides:
|
23 |
- Function-calling models.
|
24 |
-
- Advanced fine-tuning scripts.
|
25 |
-
- Advanced inference guides.
|
|
|
|
|
26 |
- One click LLM API templates
|
27 |
|
28 |
## Function-calling Models and Datasets
|
29 |
|
30 |
[Get access here](https://trelis.com/function-calling/)
|
31 |
|
32 |
-
- Fine-tuned models for function calling - from 1.3B to 70B in size, incl. Yi, Deepseek, Llama and more. [Collection here](https://huggingface.co/collections/Trelis/function-calling-v3-657199ecbe378693925c7915)
|
33 |
- Dataset to fine-tune models for function calling. [Access here](https://huggingface.co/datasets/Trelis/function_calling_v3)
|
34 |
- Scripts to fine-tune models for function calling and structured responses.
|
35 |
|
@@ -52,6 +54,21 @@ Trelis Research provides:
|
|
52 |
- Server setup, API setup and inference guide for open source models.
|
53 |
- Inference for function calling.
|
54 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
## One-click LLM API/Server Templates
|
56 |
- Check out the full list [here](https://github.com/TrelisResearch/one-click-llms)
|
57 |
- Includes Llama 70B, Mistral 7B, Mixtral 8x7B and many more
|
|
|
17 |
- SFT
|
18 |
- fine-tuning
|
19 |
---
|
20 |
+
*last updated Feb 16th 2024*
|
21 |
## About
|
22 |
Trelis Research provides:
|
23 |
- Function-calling models.
|
24 |
+
- Advanced LLM fine-tuning scripts.
|
25 |
+
- Advanced LLM inference guides.
|
26 |
+
- Advanced vision fine-tuning scripts.
|
27 |
+
- Advanced voice/transcription fine-tuning scripts.
|
28 |
- One click LLM API templates
|
29 |
|
30 |
## Function-calling Models and Datasets
|
31 |
|
32 |
[Get access here](https://trelis.com/function-calling/)
|
33 |
|
34 |
+
- Fine-tuned models for function calling - from 1.3B to 70B in size, incl. Mixtral, Yi, Deepseek, Llama and more. [Collection here](https://huggingface.co/collections/Trelis/function-calling-v3-657199ecbe378693925c7915)
|
35 |
- Dataset to fine-tune models for function calling. [Access here](https://huggingface.co/datasets/Trelis/function_calling_v3)
|
36 |
- Scripts to fine-tune models for function calling and structured responses.
|
37 |
|
|
|
54 |
- Server setup, API setup and inference guide for open source models.
|
55 |
- Inference for function calling.
|
56 |
|
57 |
+
## ADVANCED Vision
|
58 |
+
|
59 |
+
[Get access here](https://trelis.com/advanced-vision/)
|
60 |
+
|
61 |
+
- Dataset Preparation
|
62 |
+
- Fine-tuning Llava and IDEFICS
|
63 |
+
|
64 |
+
## ADVANCED Transcription
|
65 |
+
|
66 |
+
[Get access here](https://trelis.com/advanced-transcription/)
|
67 |
+
|
68 |
+
- Fine-tuning Whisper on custom datasets
|
69 |
+
- Dataset Generation
|
70 |
+
- Evaluation
|
71 |
+
|
72 |
## One-click LLM API/Server Templates
|
73 |
- Check out the full list [here](https://github.com/TrelisResearch/one-click-llms)
|
74 |
- Includes Llama 70B, Mistral 7B, Mixtral 8x7B and many more
|