Add pipeline tag and library name, link to code
#1
by
nielsr
HF staff
- opened
README.md
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
|
|
4 |
# GEM: Empowering MLLM for Grounded ECG Understanding with Time Series and Images
|
5 |
|
6 |
<!-- <p align="left">
|
@@ -19,7 +22,6 @@ GEM is a multimodal LLM unifying ECG time series, 12-lead ECG images and text fo
|
|
19 |
|
20 |
#### Data: 🤗 [ECG-Grounding](https://huggingface.co/datasets/LANSG/ECG-Grounding)
|
21 |
|
22 |
-
|
23 |
## Setup
|
24 |
|
25 |
```shell
|
@@ -121,3 +123,6 @@ If you find GEM helpful for your research and applications, please cite our pape
|
|
121 |
## Acknowledgement
|
122 |
We thank the authors of [PULSE](https://github.com/AIMedLab/PULSE/tree/dev) and [ECG-Chat](https://github.com/YubaoZhao/ECG-Chat) for their publicly released models, datasets, and training codes.
|
123 |
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
pipeline_tag: image-text-to-text
|
4 |
+
library_name: transformers
|
5 |
---
|
6 |
+
|
7 |
# GEM: Empowering MLLM for Grounded ECG Understanding with Time Series and Images
|
8 |
|
9 |
<!-- <p align="left">
|
|
|
22 |
|
23 |
#### Data: 🤗 [ECG-Grounding](https://huggingface.co/datasets/LANSG/ECG-Grounding)
|
24 |
|
|
|
25 |
## Setup
|
26 |
|
27 |
```shell
|
|
|
123 |
## Acknowledgement
|
124 |
We thank the authors of [PULSE](https://github.com/AIMedLab/PULSE/tree/dev) and [ECG-Chat](https://github.com/YubaoZhao/ECG-Chat) for their publicly released models, datasets, and training codes.
|
125 |
|
126 |
+
## Code
|
127 |
+
|
128 |
+
Code: https://github.com/lanxiang1017/GEM
|