From 96ab1a3fc501b3951168c3e5930ad34db6e5d0bc Mon Sep 17 00:00:00 2001 From: Sharan Shirodkar <91109427+sharanshirodkar7@users.noreply.github.com> Date: Tue, 19 Mar 2024 15:33:58 -0400 Subject: [PATCH] added new models + prompt formats --- fern/docs/pages/models/details.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fern/docs/pages/models/details.mdx b/fern/docs/pages/models/details.mdx index 5ad81bb..d05f6e8 100644 --- a/fern/docs/pages/models/details.mdx +++ b/fern/docs/pages/models/details.mdx @@ -23,9 +23,9 @@ Open access models are amazing these days! Each of these models was trained by a | 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) | -| sqlcoder-34b-alpha | Code Generation | Generating SQL queries from natural language prompts | [SQLCoder](prompts#sqlcoder-34b) | 4096 | [link](https://huggingface.co/defog/sqlcoder-34b-alpha) | +| sqlcoder-34b-alpha | Code Generation | Generating SQL queries from natural language prompts | [SQLCoder34b](prompts#sqlcoder-34b)| 4096 | [link](https://huggingface.co/defog/sqlcoder-34b-alpha) | | 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) | -| sqlcoder-7b-2 | Code Generation | Generating SQL queries from natural language prompts | [SQLCoder](prompts#sqlcoder-7b) | 4096 | [link](https://huggingface.co/defog/sqlcoder-7b-2) | +| sqlcoder-7b-2 | Code Generation | Generating SQL queries from natural language prompts | [SQLCoder7b](prompts#sqlcoder-7b) | 4096 | [link](https://huggingface.co/defog/sqlcoder-7b-2) | ### Other models available