kaveh commited on
Commit
f4ea2cb
·
1 Parent(s): 3eec08e

updated-added more information

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -11,21 +11,22 @@ should probably proofread and complete it, then remove this comment. -->
11
 
12
  # output
13
 
14
- This model is a fine-tuned version of [pretrained_weights/clip-allenai](https://huggingface.co/pretrained_weights/clip-allenai) on an unknown dataset.
15
  It achieves the following results on the evaluation set:
16
  - Loss: 0.6386
17
 
18
  ## Model description
19
 
20
- More information needed
21
 
22
  ## Intended uses & limitations
23
 
24
- More information needed
 
25
 
26
  ## Training and evaluation data
27
 
28
- More information needed
29
 
30
  ## Training procedure
31
 
 
11
 
12
  # output
13
 
14
+ This model is a fine-tuned version of [openai/clip-vit-base-patch32](https://huggingface.co/openai/clip-vit-base-patch32) as Vision model and [allenai/scibert_scivocab_uncased](https://huggingface.co/allenai/scibert_scivocab_uncased) as Text model on ROCO dataset.
15
  It achieves the following results on the evaluation set:
16
  - Loss: 0.6386
17
 
18
  ## Model description
19
 
20
+ Fine tuning CLIP model on Radiology images and their captions
21
 
22
  ## Intended uses & limitations
23
 
24
+ - Zero-shot classification
25
+ - Image Retrieval
26
 
27
  ## Training and evaluation data
28
 
29
+ ROCO dataset
30
 
31
  ## Training procedure
32