Skip to content

Commit

Permalink
moving llama3 listing to top of model list
Browse files Browse the repository at this point in the history
  • Loading branch information
jmansdorfer committed Apr 22, 2024
1 parent e211ee1 commit f883956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fern/docs/pages/models/details.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f883956

Please sign in to comment.