Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# TinyLlama-1.1B-2.5T-chat-and-function-calling
|
2 |
+
It was created by starting with the TinyLlama-1.1B-2.5T-chat-and-function-calling and training it on the open assistant dataset then training yhat on function calling. We have attached the wandb report in pdf form to view the training run at a glance.
|
3 |
+
|
4 |
+
# Reson
|
5 |
+
This model was fine tuned to allow it to work with the openai syntask and will return function when apperate.
|
6 |
+
|
7 |
+
# Templete
|
8 |
+
Us the following templete when interacting with the fine tuned model.
|
9 |
+
|
10 |
+
# Referrals
|
11 |
+
Run Pod - This is who I use to train th emodels on huggingface. If you use it we both get free crdits. - <a href="https://runpod.io?ref=kilq83n1" target="_blank" style="color: #3498db; text-decoration: none; font-weight: bold;">Visit Runpod's Website!</a>
|
12 |
+
|
13 |
+
Paypal - If you want to leave a tip, it is appecaheted. - <a href="paypal.me/OpenSourceTraining" target="_blank" style="color: #3498db; text-decoration: none; font-weight: bold;">Visit My Paypal!</a>
|