tanganke commited on
Commit
7924ba8
1 Parent(s): 9dd72a0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - mnist
4
+ metrics:
5
+ - accuracy
6
+ ---
7
+
8
+ # Model Card: tanganke/clip-vit-base-patch32_mnist
9
+
10
+ ## Model Details
11
+
12
+ - Architecture: ViT-Base with patch size 32
13
+ - Training Data: MNIST dataset
14
+
15
+ ## Training Details
16
+
17
+ Adam Optimizer with a constant learning rate 1e-5 for 4000 steps training.
18
+ Only the vision encoder is fine-tuned.
19
+
20
+ ## Evaluation Results
21
+
22
+ - pre-trained: 0.4759327471256256
23
+ - fine-tuned: 0.9957262277603149