RonanMcGovern commited on
Commit
7de10d4
1 Parent(s): 11421e6

move up inference guide

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -22,6 +22,12 @@ Available models:
22
  - [fLlama-7B](https://huggingface.co/Trelis/Llama-2-7b-chat-hf-function-calling)
23
  - [fLlama-13](https://huggingface.co/Trelis/Llama-2-13b-chat-hf-function-calling)
24
 
 
 
 
 
 
 
25
  ## Licensing and Usage
26
 
27
  ### Non-commercial Use
@@ -54,12 +60,6 @@ Model weights are provided as-is, without warranty, and with the same disclaimer
54
 
55
  The dataset used for training this model can be found at [Trelis Function Calling Extended Dataset](https://huggingface.co/datasets/Trelis/function_calling_extended).
56
 
57
- ## Inference with Google Colab and HuggingFace 🤗
58
-
59
- Get started by saving your own copy of this [fLlama_Inference notebook](https://colab.research.google.com/drive/1Ow5cQ0JNv-vXsT-apCceH6Na3b4L7JyW?usp=sharing).
60
-
61
- You will be able to run inference using a free Colab notebook if you select a gpu runtime. See the notebook for more details.
62
-
63
  ## Prompt and Response Format
64
 
65
  To make a function call, you should format your input like this:
 
22
  - [fLlama-7B](https://huggingface.co/Trelis/Llama-2-7b-chat-hf-function-calling)
23
  - [fLlama-13](https://huggingface.co/Trelis/Llama-2-13b-chat-hf-function-calling)
24
 
25
+ ## Inference with Google Colab and HuggingFace 🤗
26
+
27
+ Get started by saving your own copy of this [fLlama_Inference notebook](https://colab.research.google.com/drive/1Ow5cQ0JNv-vXsT-apCceH6Na3b4L7JyW?usp=sharing).
28
+
29
+ You will be able to run inference using a free Colab notebook if you select a gpu runtime. See the notebook for more details.
30
+
31
  ## Licensing and Usage
32
 
33
  ### Non-commercial Use
 
60
 
61
  The dataset used for training this model can be found at [Trelis Function Calling Extended Dataset](https://huggingface.co/datasets/Trelis/function_calling_extended).
62
 
 
 
 
 
 
 
63
  ## Prompt and Response Format
64
 
65
  To make a function call, you should format your input like this: