ashm commited on
Commit
e69c4db
·
1 Parent(s): 4eb13f1

Update open_clip_config.json

Browse files
Files changed (1) hide show
  1. open_clip_config.json +61 -1
open_clip_config.json CHANGED
@@ -1,3 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  {
2
  "model_cfg": {
3
  "embed_dim": 512,
@@ -15,5 +63,17 @@
15
  "pooler_type": "cls_last_hidden_state_pooler",
16
  "context_length": 256
17
  }
 
 
 
 
 
 
 
 
 
 
 
 
18
  }
19
- }
 
1
+ Hugging Face's logo
2
+ Hugging Face
3
+ Search models, datasets, users...
4
+ Models
5
+ Datasets
6
+ Spaces
7
+ Docs
8
+ Solutions
9
+ Pricing
10
+
11
+
12
+
13
+
14
+ microsoft
15
+ /
16
+ BiomedCLIP-PubMedBERT_256-vit_base_patch16_224
17
+ like
18
+ 52
19
+ Zero-Shot Image Classification
20
+ OpenCLIP
21
+ English
22
+ clip
23
+ biology
24
+ medical
25
+
26
+ arxiv:
27
+ 2303.00915
28
+ License:
29
+ mit
30
+ Model card
31
+ Files and versions
32
+ Community
33
+ 7
34
+ BiomedCLIP-PubMedBERT_256-vit_base_patch16_224
35
+ /
36
+ open_clip_config.json
37
+ naotous's picture
38
+ naotous
39
+ cls_last_hidden_state_pooler
40
+ c8fd2b7
41
+ 2 months ago
42
+ raw
43
+ history
44
+ blame
45
+ contribute
46
+ delete
47
+ No virus
48
+ 696 Bytes
49
  {
50
  "model_cfg": {
51
  "embed_dim": 512,
 
63
  "pooler_type": "cls_last_hidden_state_pooler",
64
  "context_length": 256
65
  }
66
+ },
67
+ "preprocess_cfg": {
68
+ "mean": [
69
+ 0.48145466,
70
+ 0.4578275,
71
+ 0.40821073
72
+ ],
73
+ "std": [
74
+ 0.26862954,
75
+ 0.26130258,
76
+ 0.27577711
77
+ ]
78
  }
79
+ }