Add pipeline tag, paper link, and project page link
Browse filesThis PR improves the model card by:
* Adding the `pipeline_tag: text-generation` to the metadata, which accurately reflects the model's conversational and reasoning capabilities and improves its discoverability on the Hugging Face Hub (https://huggingface.co/models?pipeline_tag=text-generation).
* Adding a prominent link to the Hugging Face paper page ([Baichuan-M2: Scaling Medical Capability with Large Verifier System](https://huggingface.co/papers/2509.02208)) at the top of the content for easier access to the research paper.
* Adding a prominent link to the technical blog/project page ([Blog - Baichuan-M2](https://www.baichuan-ai.com/blog/baichuan-M2)) at the top of the content for quick access.
* Retaining the existing `library_name: transformers` and `license: apache-2.0` metadata fields.
@@ -1,16 +1,21 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
- chat
|
5 |
-
library_name: transformers
|
6 |
language:
|
7 |
- en
|
8 |
- zh
|
9 |
-
|
10 |
-
-
|
|
|
|
|
|
|
11 |
---
|
|
|
12 |
# Baichuan-M2-32B-GPTQ-Int4
|
13 |
|
|
|
|
|
|
|
14 |
[](https://opensource.org/licenses/Apache-2.0)
|
15 |
[](https://huggingface.co/baichuan-inc/Baichuan-M2-32B)
|
16 |
[](https://huggingface.co/baichuan-inc/Baichuan-M2-32B-GPTQ-Int4)
|
@@ -134,5 +139,4 @@ Thank you to the open-source community. We commit to continuous contribution and
|
|
134 |
|
135 |
**Empowering Healthcare with AI, Making Health Accessible to All**
|
136 |
|
137 |
-
</div>
|
138 |
-
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- Qwen/Qwen2.5-32B
|
|
|
|
|
4 |
language:
|
5 |
- en
|
6 |
- zh
|
7 |
+
library_name: transformers
|
8 |
+
license: apache-2.0
|
9 |
+
tags:
|
10 |
+
- chat
|
11 |
+
pipeline_tag: text-generation
|
12 |
---
|
13 |
+
|
14 |
# Baichuan-M2-32B-GPTQ-Int4
|
15 |
|
16 |
+
This model is presented in the paper [Baichuan-M2: Scaling Medical Capability with Large Verifier System](https://huggingface.co/papers/2509.02208).
|
17 |
+
Project page: [Blog - Baichuan-M2](https://www.baichuan-ai.com/blog/baichuan-M2)
|
18 |
+
|
19 |
[](https://opensource.org/licenses/Apache-2.0)
|
20 |
[](https://huggingface.co/baichuan-inc/Baichuan-M2-32B)
|
21 |
[](https://huggingface.co/baichuan-inc/Baichuan-M2-32B-GPTQ-Int4)
|
|
|
139 |
|
140 |
**Empowering Healthcare with AI, Making Health Accessible to All**
|
141 |
|
142 |
+
</div>
|
|