Skip to content

Commit

Permalink
fixing context length
Browse files Browse the repository at this point in the history
jmansdorfer committed Nov 12, 2024

Verified

This commit was signed with the committer’s verified signature.
jmansdorfer Jacob Mansdorfer
1 parent 2d646db commit 7eae8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fern/docs/pages/options/llms.mdx
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ These models are designed for text inference, and are used in the `/completions`

| Model Name | Type | Use Case | Prompt Format | Context Length | More Info |
| ---------------------------- | -------------------- | ------------------------------------------------------- | ----------------------------------------------------- | -------------- | ----------------------------------------------------|
| Hermes-3-Llama-3.1-70B | Chat | Instruction following or chat-like applications | [ChatML](/options/prompts#chatml) | 20480 | [link](/options/llms#hermes-3-llama-3.1-70b) |
| Hermes-3-Llama-3.1-70B | Chat | Instruction following or chat-like applications | [ChatML](/options/prompts#chatml) | 10240 | [link](/options/llms#hermes-3-llama-3.1-70b) |
| Hermes-3-Llama-3.1-8B | Chat | Instruction following or chat-like applications | [ChatML](/options/prompts#chatml) | 10240 | [link](/options/llms#hermes-3-llama-3.1-8b) |
| Hermes-2-Pro-Llama-3-8B | Chat | Instruction following or chat-like applications | [ChatML](/options/prompts#chatml) | 4096 | [link](/options/llms#hermes-2-pro-llama-3-8b) |
| Nous-Hermes-Llama2-13b | Text Generation | Generating output in response to arbitrary instructions | [Alpaca](/options/prompts#alpaca) | 4096 | [link](/options/llms#nous-hermes-llama2-13b) |

0 comments on commit 7eae8e2

Please sign in to comment.