tanganke commited on
Commit
b38816b
1 Parent(s): 93f0ac2

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - openai/clip-vit-large-patch14
4
+ datasets:
5
+ - nateraw/rendered-sst2
6
+ metrics:
7
+ - accuracy
8
+ ---
9
+
10
+ # Model Card
11
+
12
+ ## Training Details
13
+
14
+ Adam Optimizer with a constant learning rate 1e-5 for 4000 steps training (batch_size=128).
15
+ Only the vision encoder is fine-tuned.
16
+
17
+ ## Evaluation Results
18
+
19
+ Test set accuracy:
20
+
21
+ - pre-trained: 0.6891817450523376
22
+ - fine-tuned: 0.8045030236244202
config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openai/clip-vit-large-patch14",
3
+ "architectures": [
4
+ "CLIPVisionModel"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "dropout": 0.0,
8
+ "hidden_act": "quick_gelu",
9
+ "hidden_size": 1024,
10
+ "image_size": 224,
11
+ "initializer_factor": 1.0,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 4096,
14
+ "layer_norm_eps": 1e-05,
15
+ "model_type": "clip_vision_model",
16
+ "num_attention_heads": 16,
17
+ "num_channels": 3,
18
+ "num_hidden_layers": 24,
19
+ "patch_size": 14,
20
+ "projection_dim": 768,
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.47.0"
23
+ }
events.out.tfevents.1734023946.amax.82915.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc8548f223702431e8b85b7071fc565bf0fd44f6ee9d45615127b1a1fd7336d7
3
+ size 195958
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ae0c693ec0101bdbce5c4fa332a9c372c3f0cdc39d8f5752f79744d5e56e687
3
+ size 1212766896