rwightman commited on
Commit
869462b
·
verified ·
1 Parent(s): bc6fe0a

Add model

Browse files
Files changed (4) hide show
  1. README.md +10 -0
  2. config.json +35 -0
  3. model.safetensors +3 -0
  4. pytorch_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-feature-extraction
4
+ - timm
5
+ library_name: timm
6
+ license: apache-2.0
7
+ ---
8
+ # Model card for convnext_base.clip_laiona
9
+
10
+ `timm` CLIP (image encoder only) weights from https://huggingface.co/laion/CLIP-convnext_base_w-laion_aesthetic-s13B-b82K
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "convnext_base",
3
+ "num_classes": 640,
4
+ "num_features": 1024,
5
+ "pretrained_cfg": {
6
+ "tag": "clip_laiona",
7
+ "custom_load": false,
8
+ "input_size": [
9
+ 3,
10
+ 256,
11
+ 256
12
+ ],
13
+ "fixed_input_size": false,
14
+ "interpolation": "bicubic",
15
+ "crop_pct": 1.0,
16
+ "crop_mode": "center",
17
+ "mean": [
18
+ 0.48145466,
19
+ 0.4578275,
20
+ 0.40821073
21
+ ],
22
+ "std": [
23
+ 0.26862954,
24
+ 0.26130258,
25
+ 0.27577711
26
+ ],
27
+ "num_classes": 640,
28
+ "pool_size": [
29
+ 8,
30
+ 8
31
+ ],
32
+ "first_conv": "stem.0",
33
+ "classifier": "head.fc"
34
+ }
35
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:117bc7bb9282f8f9dd6e2dde2b841075decf98936e4dfa1a8350512445705e8a
3
+ size 352924296
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4a5f0d478254e7861df7fb6af5b7e220d527f6e9d6ba4326d57917ba5b1e399
3
+ size 353019818