darragh commited on
Commit
d45fbdf
1 Parent(s): 6599eb0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -25,9 +25,9 @@ pip install -r requirements.txt
25
 
26
  # Intended uses & limitations
27
 
28
- You can use the raw model for masked language modeling, but it's mostly intended to be fine-tuned on a downstream task.
29
 
30
- Note that this model is primarily aimed at being fine-tuned on tasks which segment CAT scans or MRIs on images in dicom format.
31
 
32
  # How to use
33
 
 
25
 
26
  # Intended uses & limitations
27
 
28
+ You can use the raw model for dicom segmentation, but it's mostly intended to be fine-tuned on a downstream task.
29
 
30
+ Note that this model is primarily aimed at being fine-tuned on tasks which segment CAT scans or MRIs on images in dicom format. Dicom meta data mostly differs across medical facilities, so if applying to a new dataset, the model should be finetuned.
31
 
32
  # How to use
33