SmallCache commited on
Commit
874371f
·
verified ·
1 Parent(s): e7e5ced

Update README.md

Browse files

## Usage Recommendations

To ensure optimal performance with this model, we recommend using the LlamaHandler for processing model interactions. The LlamaHandler is specifically designed to handle the unique function calling format requirements of Llama models, ensuring proper formatting of prompts and accurate parsing of responses.

Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -4,4 +4,5 @@ language:
4
  - en
5
  base_model:
6
  - meta-llama/Llama-3.1-8B-Instruct
 
7
  ---
 
4
  - en
5
  base_model:
6
  - meta-llama/Llama-3.1-8B-Instruct
7
+ pipeline_tag: text-generation
8
  ---