@@ -50,7 +50,6 @@ envVars:
50
50
[
51
51
{
52
52
"name": "Qwen/Qwen2.5-72B-Instruct",
53
- "tokenizer": "Qwen/Qwen2.5-72B-Instruct",
54
53
"description": "The latest Qwen open model with improved role-playing, long text generation and structured data understanding.",
55
54
"modelUrl": "https://huggingface.co/Qwen/Qwen2.5-72B-Instruct",
56
55
"websiteUrl": "https://qwenlm.github.io/blog/qwen2.5/",
@@ -62,6 +61,7 @@ envVars:
62
61
"truncate": 28672,
63
62
"max_new_tokens": 3072
64
63
},
64
+ "tools": true,
65
65
"promptExamples": [
66
66
{
67
67
"title": "Write an email from bullet list",
@@ -80,7 +80,6 @@ envVars:
80
80
{
81
81
"name": "meta-llama/Meta-Llama-3.1-70B-Instruct",
82
82
"id": "meta-llama/Meta-Llama-3.1-70B-Instruct",
83
- "tokenizer": "nsarrazin/llama3.1-tokenizer",
84
83
"description": "Ideal for everyday use. A fast and extremely capable model matching closed source models' capabilities.",
85
84
"modelUrl": "https://huggingface.co/meta-llama/Meta-Llama-3.1-70B-Instruct",
86
85
"websiteUrl": "https://llama.meta.com/",
@@ -110,7 +109,6 @@ envVars:
110
109
},
111
110
{
112
111
"name": "CohereForAI/c4ai-command-r-plus-08-2024",
113
- "tokenizer": "nsarrazin/c4ai-command-r-v01-tokenizer",
114
112
"description": "Cohere's largest language model, optimized for conversational interaction and tool use. Now with the 2024 update!",
115
113
"modelUrl": "https://huggingface.co/CohereForAI/c4ai-command-r-plus-08-2024",
116
114
"websiteUrl": "https://docs.cohere.com/docs/command-r-plus",
@@ -350,10 +348,6 @@ envVars:
350
348
},
351
349
{
352
350
"name": "llhf/Meta-Llama-3.1-8B-Instruct",
353
- "tokenizer": {
354
- "tokenizerUrl": "https://huggingface.co/nsarrazin/llama3.1-tokenizer/resolve/main/tokenizer.json",
355
- "tokenizerConfigUrl": "https://huggingface.co/nsarrazin/llama3.1-tokenizer/raw/main/tokenizer_config.json"
356
- },
357
351
"parameters": {
358
352
"temperature": 0.6,
359
353
"stop": ["<|endoftext|>", "<|eot_id|>"]
0 commit comments