Commit
·
59a988d
1
Parent(s):
09ab8d9
add link to function calling dataset
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ tags: [llama, jupyter, colab, function calling]
|
|
9 |
---
|
10 |
|
11 |
# Function Calling Dataset
|
12 |
-
- Commercial dataset allowing language models to be fine-tuned for function calling.
|
13 |
- Created using only human input or Apache 2 licensed datasets (no third party commercial licensing limitations)
|
14 |
- Models trained with this dataset:
|
15 |
- - [Llama-2-7B](https://huggingface.co/Trelis/Llama-2-7b-chat-hf-function-calling) - repo includes Google Colab notebook
|
|
|
9 |
---
|
10 |
|
11 |
# Function Calling Dataset
|
12 |
+
- Commercial dataset allowing language models to be fine-tuned for function calling ([dataset here](https://huggingface.co/datasets/Trelis/function_calling_extended)).
|
13 |
- Created using only human input or Apache 2 licensed datasets (no third party commercial licensing limitations)
|
14 |
- Models trained with this dataset:
|
15 |
- - [Llama-2-7B](https://huggingface.co/Trelis/Llama-2-7b-chat-hf-function-calling) - repo includes Google Colab notebook
|