Skip to content

Commit

Permalink
adding bridgetower to model list
Browse files Browse the repository at this point in the history
  • Loading branch information
jmansdorfer committed May 3, 2024
1 parent e55c618 commit 942c10b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions fern/docs/pages/models/details.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ LLMs are hosted by Prediction Guard in a secure, privacy conserving environment

Open access models are amazing these days! Each of these models was trained by a talented team and released publicly under a permissive license. The data used to train each model and the prompt formatting for each model varies. We've tried to give you some of the relevant details here, but shoot us a message [in Slack](support) with any questions.

### Models available in `/completions` and `/chat/completions` endpoints
### Models available in `/completions` and `/chat/completions` endpoints:

| Model Name | Type | Use Case | Prompt Format | Context Length | More Info |
| ---------------------------- | --------------- | ------------------------------------------------------- | ---------------------------------- | -------------- | ----------------------------------------------------------------------- |
Expand All @@ -25,4 +25,10 @@ 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) |
| 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) |
| 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) |

### Models available in `/embeddings` endpoint:

| Model Name | Type | Use Case | Context Length | More Info |
| --------------------------------- | --------------------- | ----------------------------------------------- | -------------- | ----------------------------------------------------------------------------- |
| bridgetower-large-itm-mlm-itc | Embedding Generation | Used for generating text and image embedding | 100 | [link](https://huggingface.co/BridgeTower/bridgetower-large-itm-mlm-itc) |

0 comments on commit 942c10b

Please sign in to comment.