DGurgurov commited on
Commit
1cdda04
1 Parent(s): 8f00eb5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ # CLIP ViT Base Patch32 Fine-tuned on Oxford Pets
3
+
4
+ This model is a fine-tuned version of OpenAI's CLIP model on the Oxford Pets dataset.
5
+
6
+ ## Training Information
7
+
8
+ - **Model Name**: openai/clip-vit-base-patch32
9
+ - **Dataset**: oxford-pets
10
+ - **Training Epochs**: 4
11
+ - **Batch Size**: 256
12
+ - **Learning Rate**: 3e-6
13
+ - **Accuracy**: 93.74%
14
+
15
+
16
+ ## License
17
+ [MIT]