From f88395660fefee4f3d6651d65249c74d026d1bd7 Mon Sep 17 00:00:00 2001 From: jmansdorfer Date: Mon, 22 Apr 2024 16:31:25 -0400 Subject: [PATCH] moving llama3 listing to top of model list --- fern/docs/pages/models/details.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/docs/pages/models/details.mdx b/fern/docs/pages/models/details.mdx index aa09ef6..89308f7 100644 --- a/fern/docs/pages/models/details.mdx +++ b/fern/docs/pages/models/details.mdx @@ -20,12 +20,12 @@ Open access models are amazing these days! Each of these models was trained by a | Model Name | Type | Use Case | Prompt Format | Context Length | More Info | | ---------------------------- | --------------- | ------------------------------------------------------- | ---------------------------------- | -------------- | ----------------------------------------------------------------------- | +| Meta-Llama-3-8B-Instruct | Text Generation | Generating output in response to arbitrary instructions | [Llama3](prompts#llama3) | 4096 | [link](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) | | Nous-Hermes-Llama2-13B | Text Generation | Generating output in response to arbitrary instructions | [Alpaca](prompts#alpaca) | 4096 | [link](https://huggingface.co/NousResearch/Nous-Hermes-Llama2-13b) | | Hermes-2-Pro-Mistral-7B | Chat | Instruction following or chat-like applications | [ChatML](prompts#chatml) | 4096 | [link](https://huggingface.co/NousResearch/Hermes-2-Pro-Mistral-7B) | | Neural-Chat-7B | Chat | Instruction following or chat-like applications | [Neural Chat](prompts#neural-chat) | 4096 | [link](https://huggingface.co/Intel/neural-chat-7b-v3-1) | | Yi-34B-Chat | Chat | Instruction following in English or Chinese | [ChatML](prompts#chatml) | 2048 | [link](https://huggingface.co/01-ai/Yi-34B-Chat) | | deepseek-coder-6.7b-instruct | Code Generation | Generating computer code or answering tech questions | [Deepseek](prompts#deepseek) | 4096 | [link](https://huggingface.co/deepseek-ai/deepseek-coder-6.7b-instruct) | -| Meta-Llama-3-8B-Instruct | Text Generation | Generating output in response to arbitrary instructions | [Llama3](prompts#llama3) | 4096 | [link](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) | ### Other models available