Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removing llama 70b #39

Merged
merged 1 commit into from
Oct 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions fern/docs/pages/options/models.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ slug: options/models
This page provides information about the different models used by the Prediction
Guard API.

## Hermes-3-Llama-3.1-70B & Hermes-3-Llama-3.1-8B
## Hermes-3-Llama-3.1-8B

This is a general use model that excels at reasoning and multi-turn conversations,
with an improved focus on longer context lengths. This allows for more accuracy and recall
Expand All @@ -18,7 +18,6 @@ Hermes and Llama line of models.
**Use Case**: Instruction Following or Chat-Like Applications
**Prompt Format**: [ChatML](/options/prompts#chatml)

https://huggingface.co/NousResearch/Hermes-3-Llama-3.1-70B \
https://huggingface.co/NousResearch/Hermes-3-Llama-3.1-8B

Hermes 3 is a generalist language model with many improvements over Hermes 2,
Expand Down
Loading