nielsr HF Staff commited on
Commit
ee56419
ยท
verified ยท
1 Parent(s): 23636ce

Add pipeline tag and improve metadata

Browse files

This PR adds the `pipeline_tag: image-segmentation` to the model metadata to improve discoverability. It also updates the paper link to point to the Hugging Face paper page.

Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -1,14 +1,15 @@
1
  ---
2
- license: mit
3
  datasets:
4
  - mcosarinsky/CheXmask-U
 
 
5
  tags:
6
  - medical
7
  ---
8
 
9
  # CheXmask-U: Uncertainty-aware landmark-based anatomical segmentation for chest X-rays
10
 
11
- ๐Ÿ“„ [Paper](https://arxiv.org/abs/2512.10715) | ๐Ÿ’ป [Code](https://github.com/mcosarinsky/CheXmask-U) | ๐ŸŽ›๏ธ [Interactive Demo](https://huggingface.co/spaces/mcosarinsky/CheXmask-U) | ๐Ÿ“ฆ [Dataset](https://huggingface.co/datasets/mcosarinsky/CheXmask-U)
12
 
13
  ---
14
 
 
1
  ---
 
2
  datasets:
3
  - mcosarinsky/CheXmask-U
4
+ license: mit
5
+ pipeline_tag: image-segmentation
6
  tags:
7
  - medical
8
  ---
9
 
10
  # CheXmask-U: Uncertainty-aware landmark-based anatomical segmentation for chest X-rays
11
 
12
+ ๐Ÿ“„ [Paper](https://huggingface.co/papers/2512.10715) | ๐Ÿ’ป [Code](https://github.com/mcosarinsky/CheXmask-U) | ๐ŸŽ›๏ธ [Interactive Demo](https://huggingface.co/spaces/mcosarinsky/CheXmask-U) | ๐Ÿ“ฆ [Dataset](https://huggingface.co/datasets/mcosarinsky/CheXmask-U)
13
 
14
  ---
15