lorenzoscottb commited on
Commit
dc6e77a
1 Parent(s): 490c430

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -19,10 +19,12 @@ pipeline_tag: feature-extraction
19
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
20
  should probably proofread and complete it, then remove this comment. -->
21
 
22
- # SkLIP
23
 
24
- SkLIP (Skin CLIP) is a hybrid CLIP model finetuned on the [SkinCAP](https://hf.rst.im/datasets/joshuachou/SkinCAP), a multi-modal dermatology dataset annotated
25
- with rich medical captions. It is built witha SciBERT text encoder and the pre-trained CLIP-32 vision encoder.
 
 
26
 
27
  ## Model description
28
 
 
19
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
20
  should probably proofread and complete it, then remove this comment. -->
21
 
22
+ # SkLIPA
23
 
24
+ SkLIPA (Skin CLIP Anonimised) is a hybrid CLIP model finetuned on the [SkinCAP](https://hf.rst.im/datasets/joshuachou/SkinCAP), a multi-modal dermatology dataset annotated
25
+ with rich medical captions. It is built with a SciBERT text encoder and the pre-trained CLIP-32 vision encoder.
26
+
27
+ The anonymisation procedure was designed to remove age and gender information form the textual description of each image, replacing them with `[AGE]` and `[GENDER]` tokens.
28
 
29
  ## Model description
30