Add pipeline tag, library name and link to paper

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -1,8 +1,11 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
 
4
  # M3D-RAD Model
5
- The official Model for the paper "3D-RAD: A Comprehensive 3D Radiology Med-VQA Dataset with Multi-Temporal Analysis and Diverse Diagnostic Tasks".
6
 
7
  In our project, we collect a large-scale dataset designed to advance 3D Med-VQA using radiology CT scans, 3D-RAD, encompasses six diverse VQA tasks: anomaly detection (task 1), image observation (task 2), medical computation (task 3), existence detection (task 4), static temporal diagnosis (task 5), and longitudinal temporal diagnosis (task 6).
8
 
@@ -20,4 +23,4 @@ You can find our dataset in [3D-RAD_Dataset](https://huggingface.co/datasets/Tan
20
  | ----- | ------------------------------------------------------------ |
21
  | [RadFM](https://github.com/chaoyi-wu/RadFM) | Towards Generalist Foundation Model for Radiology by Leveraging Web-scale 2D&3D Medical Data | https://github.com/chaoyi-wu/RadFM |
22
  | [M3D](https://github.com/BAAI-DCAI/M3D) | M3D: Advancing 3D Medical Image Analysis with Multi-Modal Large Language Models |
23
- | OmniV(not open) | OmniV-Med: Scaling Medical Vision-Language Model for Universal Visual Understanding |
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: image-text-to-text
4
+ library_name: transformers
5
  ---
6
+
7
  # M3D-RAD Model
8
+ The official Model for the paper "[3D-RAD: A Comprehensive 3D Radiology Med-VQA Dataset with Multi-Temporal Analysis and Diverse Diagnostic Tasks](https://huggingface.co/papers/2506.11147)".
9
 
10
  In our project, we collect a large-scale dataset designed to advance 3D Med-VQA using radiology CT scans, 3D-RAD, encompasses six diverse VQA tasks: anomaly detection (task 1), image observation (task 2), medical computation (task 3), existence detection (task 4), static temporal diagnosis (task 5), and longitudinal temporal diagnosis (task 6).
11
 
 
23
  | ----- | ------------------------------------------------------------ |
24
  | [RadFM](https://github.com/chaoyi-wu/RadFM) | Towards Generalist Foundation Model for Radiology by Leveraging Web-scale 2D&3D Medical Data | https://github.com/chaoyi-wu/RadFM |
25
  | [M3D](https://github.com/BAAI-DCAI/M3D) | M3D: Advancing 3D Medical Image Analysis with Multi-Modal Large Language Models |
26
+ | OmniV(not open) | OmniV-Med: Scaling Medical Vision-Language Model for Universal Visual Understanding |