victor HF staff commited on
Commit
d516464
·
1 Parent(s): afbd503

Update Playground.svelte

Browse files
src/lib/components/Playground/Playground.svelte CHANGED
@@ -13,31 +13,28 @@
13
  };
14
 
15
  const compatibleModels: string[] = [
16
- 'CohereForAI/c4ai-command-r-plus',
17
- 'google/gemma-2-27b-it',
18
- 'HuggingFaceH4/zephyr-orpo-141b-A35b-v0.1',
19
- 'meta-llama/Meta-Llama-3-70B-Instruct',
20
-
21
  '01-ai/Yi-1.5-34B-Chat',
22
  'codellama/CodeLlama-34b-Instruct-hf',
 
 
23
  'google/gemma-1.1-7b-it',
 
 
24
  'HuggingFaceH4/starchat2-15b-v0.1',
25
  'HuggingFaceH4/zephyr-7b-beta',
26
- 'mistralai/Mistral-7B-Instruct-v0.2',
27
- 'mistralai/Mistral-7B-Instruct-v0.3',
28
-
29
- 'HuggingFaceM4/idefics2-8b-chatty',
30
- 'HuggingFaceH4/starchat-beta',
31
  'HuggingFaceM4/idefics-9b-instruct',
 
32
  'meta-llama/Llama-2-13b-chat-hf',
33
  'meta-llama/Llama-2-70b-chat-hf',
 
 
34
  'meta-llama/Meta-Llama-3-8B-Instruct',
 
35
  'mistralai/Mistral-7B-Instruct-v0.1',
 
 
36
  'mistralai/Mixtral-8x7B-Instruct-v0.1',
37
-
38
- 'google/gemma-1.1-2b-it',
39
- 'meta-llama/Llama-2-7b-chat-hf',
40
- 'microsoft/Phi-3-mini-4k-instruct',
41
  'tiiuae/falcon-7b-instruct'
42
  ];
43
 
 
13
  };
14
 
15
  const compatibleModels: string[] = [
 
 
 
 
 
16
  '01-ai/Yi-1.5-34B-Chat',
17
  'codellama/CodeLlama-34b-Instruct-hf',
18
+ 'CohereForAI/c4ai-command-r-plus',
19
+ 'google/gemma-1.1-2b-it',
20
  'google/gemma-1.1-7b-it',
21
+ 'google/gemma-2-27b-it',
22
+ 'HuggingFaceH4/starchat-beta',
23
  'HuggingFaceH4/starchat2-15b-v0.1',
24
  'HuggingFaceH4/zephyr-7b-beta',
25
+ 'HuggingFaceH4/zephyr-orpo-141b-A35b-v0.1',
 
 
 
 
26
  'HuggingFaceM4/idefics-9b-instruct',
27
+ 'HuggingFaceM4/idefics2-8b-chatty',
28
  'meta-llama/Llama-2-13b-chat-hf',
29
  'meta-llama/Llama-2-70b-chat-hf',
30
+ 'meta-llama/Llama-2-7b-chat-hf',
31
+ 'meta-llama/Meta-Llama-3-70B-Instruct',
32
  'meta-llama/Meta-Llama-3-8B-Instruct',
33
+ 'microsoft/Phi-3-mini-4k-instruct',
34
  'mistralai/Mistral-7B-Instruct-v0.1',
35
+ 'mistralai/Mistral-7B-Instruct-v0.2',
36
+ 'mistralai/Mistral-7B-Instruct-v0.3',
37
  'mistralai/Mixtral-8x7B-Instruct-v0.1',
 
 
 
 
38
  'tiiuae/falcon-7b-instruct'
39
  ];
40