File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
# template used in production for HuggingChat.
2
2
3
3
MODELS=`[
4
- {
4
+ {
5
+ "name" : "CohereForAI/c4ai-command-r-plus",
6
+ "tokenizer": "Xenova/c4ai-command-r-v01-tokenizer",
7
+ "description": "Command R+ is Cohere's latest LLM and is the first open weight model to beat GPT4 in the Chatbot Arena!",
8
+ "modelUrl": "https://huggingface.co/CohereForAI/c4ai-command-r-plus",
9
+ "websiteUrl": "https://docs.cohere.com/docs/command-r-plus",
10
+ "logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/cohere-logo.png",
11
+ "parameters": {
12
+ "stop": ["<|END_OF_TURN_TOKEN|>"],
13
+ "truncate" : 24576,
14
+ "max_new_tokens" : 8192,
15
+ "temperature" : 0.3
16
+ }
17
+ },
18
+ {
5
19
"name" : "mistralai/Mixtral-8x7B-Instruct-v0.1",
6
20
"description" : "The latest MoE model from Mistral AI! 8x7B and outperforms Llama 2 70B in most benchmarks.",
7
21
"logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/mistral-logo.png",
@@ -153,7 +167,7 @@ MODELS=`[
153
167
"prompt": "How do I make a delicious lemon cheesecake?"
154
168
}
155
169
]
156
- },
170
+ }
157
171
]`
158
172
159
173
OLD_MODELS=`[
You can’t perform that action at this time.
0 commit comments