Add library_name, paper and project page links
Browse filesThis PR enhances the model card by:
- Adding the `library_name: transformers` metadata tag, which enables the "How to use" widget on the Hugging Face Hub.
- Adding a direct link to the paper [MiDashengLM: Efficient Audio Understanding with General Audio Captions](https://huggingface.co/papers/2508.03983) in the main content.
- Including a link to the project page https://xiaomi-research.github.io/dasheng-lm/ in the main content.
Please review and merge if everything looks good.
README.md
CHANGED
|
@@ -1,25 +1,30 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
- zh
|
| 6 |
- th
|
| 7 |
- id
|
| 8 |
- vi
|
|
|
|
| 9 |
pipeline_tag: audio-text-to-text
|
| 10 |
tags:
|
| 11 |
- multimodal
|
| 12 |
- audio-language-model
|
| 13 |
- audio
|
| 14 |
-
base_model:
|
| 15 |
-
- mispeech/dasheng-0.6B
|
| 16 |
-
- Qwen/Qwen2.5-Omni-7B
|
| 17 |
base_model_relation: finetune
|
|
|
|
| 18 |
---
|
|
|
|
| 19 |
# MiDashengLM-7B-0804 (4bit, GPTQ quantized)
|
| 20 |
|
| 21 |
The 4bit (w4a16) weights for [mispeech/midashenglm-7b-0804-fp32](https://huggingface.co/mispeech/midashenglm-7b-0804-fp32), quantized by GPTQ.
|
| 22 |
|
|
|
|
|
|
|
|
|
|
| 23 |
An ideal choice for resource-constrained environments. It offers broad GPU compatibility and a smaller memory footprint, making it suitable for deployment where VRAM, memory, or storage is limited, provided that a slight trade-off in quality is acceptable.
|
| 24 |
|
| 25 |
## Usage
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- mispeech/dasheng-0.6B
|
| 4 |
+
- Qwen/Qwen2.5-Omni-7B
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
- zh
|
| 8 |
- th
|
| 9 |
- id
|
| 10 |
- vi
|
| 11 |
+
license: apache-2.0
|
| 12 |
pipeline_tag: audio-text-to-text
|
| 13 |
tags:
|
| 14 |
- multimodal
|
| 15 |
- audio-language-model
|
| 16 |
- audio
|
|
|
|
|
|
|
|
|
|
| 17 |
base_model_relation: finetune
|
| 18 |
+
library_name: transformers
|
| 19 |
---
|
| 20 |
+
|
| 21 |
# MiDashengLM-7B-0804 (4bit, GPTQ quantized)
|
| 22 |
|
| 23 |
The 4bit (w4a16) weights for [mispeech/midashenglm-7b-0804-fp32](https://huggingface.co/mispeech/midashenglm-7b-0804-fp32), quantized by GPTQ.
|
| 24 |
|
| 25 |
+
This model is described in the paper [MiDashengLM: Efficient Audio Understanding with General Audio Captions](https://huggingface.co/papers/2508.03983).
|
| 26 |
+
For more details, visit the project page: https://xiaomi-research.github.io/dasheng-lm/
|
| 27 |
+
|
| 28 |
An ideal choice for resource-constrained environments. It offers broad GPU compatibility and a smaller memory footprint, making it suitable for deployment where VRAM, memory, or storage is limited, provided that a slight trade-off in quality is acceptable.
|
| 29 |
|
| 30 |
## Usage
|