Skip to content

Commit c9e2cbb

Browse files
committed
update model metadata
1 parent 720681b commit c9e2cbb

File tree

1 file changed

+33
-2
lines changed

1 file changed

+33
-2
lines changed

analysis/utils.py

+33-2
Original file line numberDiff line numberDiff line change
@@ -2071,6 +2071,7 @@
20712071
"moe": False,
20722072
"size": None,
20732073
"act_param": None,
2074+
"reasoning": True,
20742075
"date": "2025-01-29"
20752076
},
20762077
"Kwaipilot--KwaiCoder-23B-A4B-v1--main": {
@@ -2081,6 +2082,7 @@
20812082
"moe": True,
20822083
"size": 23,
20832084
"act_param": 4,
2085+
"reasoning": False,
20842086
"date": "2025-01-25"
20852087
},
20862088
"qwen-max-latest--main": {
@@ -2091,6 +2093,7 @@
20912093
"moe": True,
20922094
"size": None,
20932095
"act_param": None,
2096+
"reasoning": True,
20942097
"date": "2025-01-28"
20952098
},
20962099
"claude-3-7-sonnet-20250219--3200-output-128k-2025-02-19--main": {
@@ -2121,6 +2124,10 @@
21212124
"open-data": "None",
21222125
"prompted": True,
21232126
"moe": False,
2127+
"size": 6.7,
2128+
"act_param": 6.7,
2129+
"open-data": "None",
2130+
"reasoning": False,
21242131
"date": "2025-02-18"
21252132
},
21262133
"google--gemma-3-27b-it--main": {
@@ -2129,6 +2136,10 @@
21292136
"open-data": "None",
21302137
"prompted": True,
21312138
"moe": False,
2139+
"size": 27,
2140+
"act_param": 27,
2141+
"open-data": "None",
2142+
"reasoning": False,
21322143
"date": "2025-03-12"
21332144
},
21342145
"Qwen--QwQ-32B--skip_prefill--main": {
@@ -2137,14 +2148,34 @@
21372148
"open-data": "None",
21382149
"prompted": True,
21392150
"moe": False,
2151+
"size": 32,
2152+
"act_param": 32,
2153+
"open-data": "None",
2154+
"reasoning": True,
21402155
"date": "2025-03-06"
21412156
},
21422157
"deepseek-chat-0324--main": {
21432158
"name": "DeepSeek-V3-0324",
21442159
"link": "https://huggingface.co/deepseek-ai/DeepSeek-V3-0324",
21452160
"open-data": "None",
21462161
"prompted": True,
2147-
"moe": False,
2162+
"moe": True,
2163+
"size": 671,
2164+
"act_param": 37,
2165+
"open-data": "None",
2166+
"reasoning": True,
21482167
"date": "2025-03-24"
2168+
},
2169+
"gemini-2.5-pro-exp-03-25--main": {
2170+
"name": "Gemini-2.5-Pro-Exp-03-25",
2171+
"link": "https://blog.google/technology/google-deepmind/gemini-model-thinking-updates-march-2025/",
2172+
"open-data": "None",
2173+
"prompted": True,
2174+
"moe": False,
2175+
"size": None,
2176+
"act_param": 37,
2177+
"open-data": "None",
2178+
"reasoning": True,
2179+
"date": "2025-03-25"
21492180
}
2150-
}
2181+
}

0 commit comments

Comments
 (0)