jbilcke-hf HF Staff commited on
Commit
c7fbe14
·
1 Parent(s): ad7fb07
Files changed (1) hide show
  1. assets/config/curated_models.yaml +68 -16
assets/config/curated_models.yaml CHANGED
@@ -1,25 +1,77 @@
1
  # Curated list of models known to work well with #tikslop
2
  models:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  - model_id: deepseek-ai/DeepSeek-R1-0528-Qwen3-8B
4
  display_name: DeepSeek R1 Qwen3 8B (0528)
5
  num_of_parameters: 8B
6
 
 
 
 
 
7
  - model_id: mistralai/Mistral-Small-3.2-24B-Instruct-2506
8
- display_name: Mistral Small 3.2 24B (Instruct, 2506)
9
  num_of_parameters: 24B
 
 
 
 
 
 
 
 
10
 
11
- - model_id: HuggingFaceTB/SmolLM3-3B
12
- display_name: SmolLM3 3B
13
- num_of_parameters: 3B
14
-
15
- - model_id: Qwen/Qwen3-0.6B
16
- display_name: Qwen3 0.6B
17
- num_of_parameters: 0.6B
18
-
19
- - model_id: google/gemma-3n-E2B-it
20
- display_name: Gemma 3n E2B IT (Instruct)
21
- num_of_parameters: 2B
22
-
23
- - model_id: google/gemma-3n-E4B-it
24
- display_name: Gemma 3n E4B IT (Instruct)
25
- num_of_parameters: 4B
 
1
  # Curated list of models known to work well with #tikslop
2
  models:
3
+
4
+ #- model_id: HuggingFaceTB/SmolLM3-3B
5
+ # display_name: SmolLM3 3B
6
+ # num_of_parameters: 3B
7
+
8
+ - model_id: Qwen/Qwen2.5-0.5B-Instruct
9
+ display_name: Qwen2.5 0.5B
10
+ num_of_parameters: 0.5B
11
+
12
+ - model_id: Qwen/Qwen3-0.6B
13
+ display_name: Qwen3 0.6B
14
+ num_of_parameters: 0.6B
15
+
16
+ - model_id: meta-llama/Llama-3.2-1B-Instruct
17
+ display_name: Llama 3.2 1B
18
+ num_of_parameters: 1B
19
+
20
+ - model_id: Unbabel/Tower-Plus-2B
21
+ display_name: Tower Plus 2B
22
+ num_of_parameters: 2B
23
+
24
+ - model_id: microsoft/phi-2
25
+ display_name: Phi 2
26
+ num_of_parameters: 2.7B
27
+
28
+ - model_id: microsoft/Phi-3-mini-128k-instruct
29
+ display_name: Phi 3 mini (128k)
30
+ num_of_parameters: 4B
31
+
32
+ - model_id: google/gemma-3-4b-it
33
+ display_name: Gemma 3 4B
34
+ num_of_parameters: 4B
35
+
36
+ - model_id: Qwen/Qwen3-4B-Base
37
+ display_name: Qwen3 4B
38
+ num_of_parameters: 4B
39
+
40
+ - model_id: Qwen/Qwen3-32B
41
+ display_name: Qwen3 32B
42
+ num_of_parameters: 32B
43
+
44
  - model_id: deepseek-ai/DeepSeek-R1-0528-Qwen3-8B
45
  display_name: DeepSeek R1 Qwen3 8B (0528)
46
  num_of_parameters: 8B
47
 
48
+ - model_id: meta-llama/Llama-4-Scout-17B-16E-Instruct
49
+ display_name: Llama 4 Scout 17B
50
+ num_of_parameters: 17B
51
+
52
  - model_id: mistralai/Mistral-Small-3.2-24B-Instruct-2506
53
+ display_name: Mistral Small 3.2 24B
54
  num_of_parameters: 24B
55
+
56
+ - model_id: Qwen/Qwen3-235B-A22B-Instruct-2507
57
+ display_name: Qwen3 235B A22B
58
+ num_of_parameters: 235B
59
+
60
+ - model_id: deepseek-ai/DeepSeek-V3-0324
61
+ display_name: DeepSeek V3
62
+ num_of_parameters: 685B
63
 
64
+ # Gemma 3n models are not available on the Inference Providers yet
65
+ #- model_id: google/gemma-3n-E2B-it
66
+ # display_name: Gemma 3n E2B IT (Instruct)
67
+ #
68
+ # # While the raw parameter count of this model is 6B, the architecture design allows the model to be run with a memory footprint comparable to a traditional 2B model by offloading low-utilization matrices from the accelerator.
69
+ # #num_of_parameters: 6B
70
+ # num_of_parameters: 2B
71
+ #
72
+ #- model_id: google/gemma-3n-E4B-it
73
+ # display_name: Gemma 3n E4B IT (Instruct)
74
+ #
75
+ # # While the raw parameter count of this model is 8B, the architecture design allows the model to be run with a memory footprint comparable to a traditional 4B model by offloading low-utilization matrices from the accelerator.
76
+ # #num_of_parameters: 8B
77
+ # num_of_parameters: 4B