updated-added more information
Browse files
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 [
|
| 15 |
It achieves the following results on the evaluation set:
|
| 16 |
- Loss: 0.6386
|
| 17 |
|
| 18 |
## Model description
|
| 19 |
|
| 20 |
-
|
| 21 |
|
| 22 |
## Intended uses & limitations
|
| 23 |
|
| 24 |
-
|
|
|
|
| 25 |
|
| 26 |
## Training and evaluation data
|
| 27 |
|
| 28 |
-
|
| 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 |
|