Skip to content

Commit 00fc9bb

Browse files
committed
fix model metadata
1 parent 3513d99 commit 00fc9bb

File tree

1 file changed

+36
-4
lines changed

1 file changed

+36
-4
lines changed

analysis/utils.py

Lines changed: 36 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1903,8 +1903,8 @@
19031903
"link": "https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Llama-8B",
19041904
"prompted": True,
19051905
"moe": False,
1906-
"size": 14,
1907-
"act_param": 14,
1906+
"size": 8,
1907+
"act_param": 8,
19081908
"open-data": "None",
19091909
"reasoning": False,
19101910
"date": "2025-01-20"
@@ -1914,8 +1914,8 @@
19141914
"link": "https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-7B",
19151915
"prompted": True,
19161916
"moe": False,
1917-
"size": 14,
1918-
"act_param": 14,
1917+
"size": 7,
1918+
"act_param": 7,
19191919
"open-data": "None",
19201920
"reasoning": False,
19211921
"date": "2025-01-20"
@@ -2115,4 +2115,36 @@
21152115
"reasoning": True,
21162116
"date": "2025-02-19"
21172117
},
2118+
"WarriorCoder-6.7B--main": {
2119+
"name": "WarriorCoder-6.7B (Reproduced)",
2120+
"link": "https://arxiv.org/abs/2412.17395",
2121+
"open-data": "None",
2122+
"prompted": True,
2123+
"moe": False,
2124+
"date": "2025-02-18"
2125+
},
2126+
"google--gemma-3-27b-it--main": {
2127+
"name": "Gemma-3-27B-Instruct",
2128+
"link": "https://huggingface.co/google/gemma-3-27b-it",
2129+
"open-data": "None",
2130+
"prompted": True,
2131+
"moe": False,
2132+
"date": "2025-03-12"
2133+
},
2134+
"Qwen--QwQ-32B--skip_prefill--main": {
2135+
"name": "QwQ-32B (w/ Reasoning)",
2136+
"link": "https://huggingface.co/Qwen/QwQ-32B",
2137+
"open-data": "None",
2138+
"prompted": True,
2139+
"moe": False,
2140+
"date": "2025-03-06"
2141+
},
2142+
"deepseek-chat-0324--main": {
2143+
"name": "DeepSeek-V3-0324",
2144+
"link": "https://huggingface.co/deepseek-ai/DeepSeek-V3-0324",
2145+
"open-data": "None",
2146+
"prompted": True,
2147+
"moe": False,
2148+
"date": "2025-03-24"
2149+
}
21182150
}

0 commit comments

Comments
 (0)