nielsr HF Staff commited on
Commit
c657129
·
verified ·
1 Parent(s): d1a3c8a

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

Browse files

This PR enhances the dataset card for OTSurv by:
- Adding `task_categories: image-classification` to the metadata, which aligns with the dataset's use of whole slide images for medical tasks, improving its discoverability.
- Including `library_name: pytorch` in the metadata, as PyTorch is the primary deep learning framework used for this project.
- Adding a direct GitHub repository badge to the top section of the content, making it easier for users to access the associated code.

These changes will make the dataset card more complete and user-friendly on the Hugging Face Hub.

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>