Update README.md
Browse files
README.md
CHANGED
|
@@ -9,4 +9,20 @@ base_model:
|
|
| 9 |
- Qwen/Qwen3.5-9B
|
| 10 |
---
|
| 11 |
Relevant technical reports and comprehensive technical documentation are coming soon.
|
|
|
|
|
|
|
| 12 |
For usage, please refer to: [Qwen3.5-9B](https://huggingface.co/Qwen/Qwen3.5-9B)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
- Qwen/Qwen3.5-9B
|
| 10 |
---
|
| 11 |
Relevant technical reports and comprehensive technical documentation are coming soon.
|
| 12 |
+
The desensitization tool is available at [Ultrasonic_image_desensitization](https://huggingface.co/chaoyinshe/Ultrasonic_image_desensitization).
|
| 13 |
+
|
| 14 |
For usage, please refer to: [Qwen3.5-9B](https://huggingface.co/Qwen/Qwen3.5-9B)
|
| 15 |
+
|
| 16 |
+
## Citation
|
| 17 |
+
If you use this tool in your research or project, please cite our [EchoVLM](https://arxiv.org/abs/2509.14977) paper:
|
| 18 |
+
```bash
|
| 19 |
+
@misc{she2026echovlmdynamicmixtureofexpertsvisionlanguage,
|
| 20 |
+
title={EchoVLM: Dynamic Mixture-of-Experts Vision-Language Model for Universal Ultrasound Intelligence},
|
| 21 |
+
author={Chaoyin She and Ruifang Lu and Lida Chen and Wei Wang and Qinghua Huang},
|
| 22 |
+
year={2026},
|
| 23 |
+
eprint={2509.14977},
|
| 24 |
+
archivePrefix={arXiv},
|
| 25 |
+
primaryClass={cs.CV},
|
| 26 |
+
url={https://arxiv.org/abs/2509.14977},
|
| 27 |
+
}
|
| 28 |
+
```
|