Improve model card for ViDRiP-LLaVA: Add pipeline tag, library name, and links

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +17 -7
README.md CHANGED
@@ -1,9 +1,19 @@
1
  ---
2
  license: cc-by-nc-3.0
 
 
 
 
 
 
 
 
3
  ---
4
 
5
  # 🧬 ViDRiP-LLaVA: A Dataset and Benchmark for Diagnostic Reasoning from Pathology Videos
6
 
 
 
7
  **ViDRiP-LLaVA** is a vision-language framework designed for instruction-based diagnostic reasoning using both image patches and video clips from pathology slides. It builds on LLaVA and extends it to the medical domain with domain-specific datasets and fine-tuned models.
8
 
9
 
@@ -138,10 +148,10 @@ Coming soon
138
 
139
  ### 📁 Licenses
140
 
141
- * **Dataset:**
142
- Licensed under [**CC BY-NC-ND 3.0**](https://creativecommons.org/licenses/by-nc-nd/3.0/) (Attribution–NonCommercial–NoDerivatives)
143
- * **Code and pretrained models:**
144
- Licensed under [**CC BY-NC 3.0**](https://creativecommons.org/licenses/by-nc/3.0/) (Attribution–NonCommercial)
145
 
146
  ### ⚙️ Dependencies and Components
147
 
@@ -154,6 +164,6 @@ All content usage complies with [**YouTube’s Terms of Service**](https://www.y
154
 
155
  ### 🚫 Restrictions
156
 
157
- * Not for **commercial use**
158
- * Not to be used in **clinical care** or **medical decision-making**
159
- * For **academic research, development, and evaluation only**
 
1
  ---
2
  license: cc-by-nc-3.0
3
+ pipeline_tag: video-text-to-text
4
+ library_name: transformers
5
+ tags:
6
+ - medical
7
+ - pathology
8
+ - video-language-model
9
+ - VLM
10
+ - LLaVA
11
  ---
12
 
13
  # 🧬 ViDRiP-LLaVA: A Dataset and Benchmark for Diagnostic Reasoning from Pathology Videos
14
 
15
+ [[Paper](https://huggingface.co/papers/2505.04192)] | [[Code](https://github.com/trinhvg/VideoPath-LLaVA)]
16
+
17
  **ViDRiP-LLaVA** is a vision-language framework designed for instruction-based diagnostic reasoning using both image patches and video clips from pathology slides. It builds on LLaVA and extends it to the medical domain with domain-specific datasets and fine-tuned models.
18
 
19
 
 
148
 
149
  ### 📁 Licenses
150
 
151
+ * **Dataset:**
152
+ Licensed under [**CC BY-NC-ND 3.0**](https://creativecommons.org/licenses/by-nc-nd/3.0/) (Attribution–NonCommercial–NoDerivatives)
153
+ * **Code and pretrained models:**
154
+ Licensed under [**CC BY-NC 3.0**](https://creativecommons.org/licenses/by-nc/3.0/) (Attribution–NonCommercial)
155
 
156
  ### ⚙️ Dependencies and Components
157
 
 
164
 
165
  ### 🚫 Restrictions
166
 
167
+ * Not for **commercial use**
168
+ * Not to be used in **clinical care** or **medical decision-making**
169
+ * For **academic research, development, and evaluation only**