add llama 3 to list of supported models

This commit is contained in:
Alex O'Connell
2024-04-21 23:47:55 -04:00
parent 573207f7ff
commit 435cbfed21
2 changed files with 4 additions and 2 deletions

View File

@@ -59,7 +59,9 @@ Currently supported prompt formats are:
2. Vicuna
3. Alpaca
4. Mistral
5. None (useful for foundation models)
5. Zephyr
6. Llama 3
7. None (useful for foundation models)
## Prompting other models with In Context Learning
It is possible to use models that are not fine-tuned with the dataset via the usage of In Context Learning (ICL) examples. These examples condition the model to output the correct JSON schema without any fine-tuning of the model.