We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ef660 commit d2464d6Copy full SHA for d2464d6
scripts/models.json
@@ -2066,6 +2066,22 @@
2066
}
2067
2068
},
2069
+ "baichuan-m2": {
2070
+ "brief": "Baichuan-M2-32B is Baichuan AI's medical-enhanced reasoning model, the second medical model released by Baichuan.",
2071
+ "default": "32b",
2072
+ "license": "Apache License 2.0",
2073
+ "variants": {
2074
+ "32b": {
2075
+ "default": "q4_1",
2076
+ "quantized": {
2077
+ "q4_1": {
2078
+ "size": 20485513536,
2079
+ "url": "chatllm_quantized_baichuan/baichuan-m2-32b-q_1.bin"
2080
+ }
2081
2082
2083
2084
+ },
2085
"dolphin2.6": {
2086
"brief": "This model is based on Phi-2 and is governed by MIT licence.",
2087
"default": "phi2",
0 commit comments