surajpaib commited on
Commit
a005e18
·
verified ·
1 Parent(s): b8a8864

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -11,9 +11,9 @@ arxiv: 2501.09001
11
 
12
  # CT-FM Feature Extractor
13
 
14
- This model is a feature extractor for CT-FM, a model for whole-body segmentation. The feature extractor is based on SegResNet, a 3D U-Net variant.
15
 
16
- If you want to just load the model and fine-tune, ignore the feature extraction workflow.
17
 
18
  ## Running instructions
19
 
 
11
 
12
  # CT-FM Feature Extractor
13
 
14
+ This model is a feature extractor for CT-FM, a model pre-trained using contrastive self-supervised learning on a huge dataset of 148,000 CT scans from the Imaging Data Commons.
15
 
16
+ The backbone is based on a SegResNet, a 3D U-Net variant. If you want to just load the model and fine-tune, ignore the feature extraction workflow.
17
 
18
  ## Running instructions
19