mgbam commited on
Commit
3287ef8
·
verified ·
1 Parent(s): d51e9f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -1,3 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  This repository contains a fine-tuned version of BiomedCLIP (specifically the PubMedBERT_256-vit_base_patch16_224 variant) using OpenCLIP. The model is trained to recognize and classify various medical images (e.g., chest X-rays, histopathology slides) in a zero-shot manner. It was further adapted on a subset of medical data (e.g., from the WinterSchool/MedificsDataset) to enhance performance on specific image classes.
2
 
3
  Model Details
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - WinterSchool/MedificsDataset
5
+ language:
6
+ - en
7
+ metrics:
8
+ - accuracy
9
+ base_model:
10
+ - microsoft/BiomedCLIP-PubMedBERT_256-vit_base_patch16_224
11
+ tags:
12
+ - medical
13
+ - clip
14
+ - fine-tuned
15
+ - zero-shot
16
+ ---
17
+
18
+
19
+
20
  This repository contains a fine-tuned version of BiomedCLIP (specifically the PubMedBERT_256-vit_base_patch16_224 variant) using OpenCLIP. The model is trained to recognize and classify various medical images (e.g., chest X-rays, histopathology slides) in a zero-shot manner. It was further adapted on a subset of medical data (e.g., from the WinterSchool/MedificsDataset) to enhance performance on specific image classes.
21
 
22
  Model Details