Improve dataset card: Add task category, library name, and code link

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +23 -17
README.md CHANGED
@@ -2,24 +2,27 @@
2
  language: en
3
  license: cc-by-nc-sa-4.0
4
  tags:
5
- - survival-analysis
6
- - multiple-instance-learning
7
- - optimal-transport
8
- - medical-imaging
9
- - deep-learning
10
- - pytorch
 
 
 
11
  model-index:
12
- - name: OTSurv
13
- results:
14
- - task:
15
- type: survival-analysis
16
- name: Survival Prediction
17
- dataset:
18
- type: TCGA
19
- name: TCGA (BLCA, BRCA, LUAD, STAD, COADREAD, KIRC)
20
- metrics:
21
- - type: c-index
22
- value: 0.646
23
  ---
24
 
25
  <div align="center">
@@ -49,6 +52,9 @@ model-index:
49
  <a href="https://arxiv.org/abs/2506.20741">
50
  <img src="https://img.shields.io/badge/💡%20Paper-MICCAI-blue?style=flat-square" alt="Paper">
51
  </a>
 
 
 
52
  <a href="https://huggingface.co/Y-Research-Group/OTSurv">
53
  <img src="https://img.shields.io/badge/Hugging%20Face-Model-yellow?style=flat-square&logo=huggingface" alt="Hugging Face Model">
54
  </a>
 
2
  language: en
3
  license: cc-by-nc-sa-4.0
4
  tags:
5
+ - survival-analysis
6
+ - multiple-instance-learning
7
+ - optimal-transport
8
+ - medical-imaging
9
+ - deep-learning
10
+ - pytorch
11
+ task_categories:
12
+ - image-classification
13
+ library_name: pytorch
14
  model-index:
15
+ - name: OTSurv
16
+ results:
17
+ - task:
18
+ type: survival-analysis
19
+ name: Survival Prediction
20
+ dataset:
21
+ type: TCGA
22
+ name: TCGA (BLCA, BRCA, LUAD, STAD, COADREAD, KIRC)
23
+ metrics:
24
+ - type: c-index
25
+ value: 0.646
26
  ---
27
 
28
  <div align="center">
 
52
  <a href="https://arxiv.org/abs/2506.20741">
53
  <img src="https://img.shields.io/badge/💡%20Paper-MICCAI-blue?style=flat-square" alt="Paper">
54
  </a>
55
+ <a href="https://github.com/Y-Research-SBU/OTSurv">
56
+ <img src="https://img.shields.io/badge/GitHub-Code-blue?style=flat-square&logo=github" alt="GitHub Code">
57
+ </a>
58
  <a href="https://huggingface.co/Y-Research-Group/OTSurv">
59
  <img src="https://img.shields.io/badge/Hugging%20Face-Model-yellow?style=flat-square&logo=huggingface" alt="Hugging Face Model">
60
  </a>