nielsr HF Staff commited on
Commit
062acfd
·
verified ·
1 Parent(s): babed71

Add pipeline tag, paper link, and project page link

Browse files

This 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.

Files changed (1) hide show
  1. README.md +12 -8
README.md CHANGED
@@ -1,16 +1,21 @@
1
  ---
2
- license: apache-2.0
3
- tags:
4
- - chat
5
- library_name: transformers
6
  language:
7
  - en
8
  - zh
9
- base_model:
10
- - Qwen/Qwen2.5-32B
 
 
 
11
  ---
 
12
  # Baichuan-M2-32B-GPTQ-Int4
13
 
 
 
 
14
  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
15
  [![Hugging Face](https://img.shields.io/badge/🤗%20Hugging%20Face-Model-yellow)](https://huggingface.co/baichuan-inc/Baichuan-M2-32B)
16
  [![M2 GPTQ-4bit](https://img.shields.io/badge/🤗%20M2%20GPTQ--4bit-Model-orange)](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
  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
20
  [![Hugging Face](https://img.shields.io/badge/🤗%20Hugging%20Face-Model-yellow)](https://huggingface.co/baichuan-inc/Baichuan-M2-32B)
21
  [![M2 GPTQ-4bit](https://img.shields.io/badge/🤗%20M2%20GPTQ--4bit-Model-orange)](https://huggingface.co/baichuan-inc/Baichuan-M2-32B-GPTQ-Int4)
 
139
 
140
  **Empowering Healthcare with AI, Making Health Accessible to All**
141
 
142
+ </div>