RonanMcGovern commited on
Commit
09ab8d9
·
1 Parent(s): fa48355

add function calling dataset

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -8,6 +8,13 @@ pinned: false
8
  tags: [llama, jupyter, colab, function calling]
9
  ---
10
 
 
 
 
 
 
 
 
11
  # Jupyter Llama
12
  A Chat Assistant in Jupyter Notebook - Built on Llama 2.
13
  - Upload pdf or text files for analysis.
 
8
  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
16
+ - - [Llama-2-13B](https://huggingface.co/Trelis/Llama-2-13b-chat-hf-function-calling) - repo includes Google Colab notebook
17
+
18
  # Jupyter Llama
19
  A Chat Assistant in Jupyter Notebook - Built on Llama 2.
20
  - Upload pdf or text files for analysis.