We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e0968f commit f1b10cfCopy full SHA for f1b10cf
1 file changed
analysis/utils.py
@@ -602,7 +602,7 @@
602
"act_param": 7,
603
"open-data": "None",
604
},
605
- "mistralai/Codestral-22B-v0.1": {
+ "codestral-2405": {
606
"name": "Codestral-22B-v0.1",
607
"link": "https://huggingface.co/mistralai/Codestral-22B-v0.1",
608
"prompted": True,
@@ -611,6 +611,15 @@
611
"act_param": 22,
612
613
614
+ "codestral-mamba-2407": {
615
+ "name": "Codestral-Mamba",
616
+ "link": "https://huggingface.co/mistralai/mamba-codestral-7B-v0.1",
617
+ "prompted": True,
618
+ "moe": False,
619
+ "size": 7,
620
+ "act_param": 7,
621
+ "open-data": "None",
622
+ },
623
"mistralai/Mistral-7B-Instruct-v0.3": {
624
"name": "Mistral-7B-Instruct-v0.3",
625
"link": "https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3",
0 commit comments