Upload model
Browse files- config.json +24 -45
- model.safetensors +2 -2
config.json
CHANGED
@@ -1,57 +1,36 @@
|
|
1 |
{
|
2 |
"activation_function": "gelu",
|
|
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attn_pdrop": 0.0,
|
7 |
-
"
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"fused_dropout_add_ln": true,
|
14 |
-
"hidden_features_scaling_factor": 1.0,
|
15 |
-
"img_size": 224,
|
16 |
-
"initializer_range": 0.02,
|
17 |
-
"layer_norm_epsilon": 1e-12,
|
18 |
-
"layer_scale": false,
|
19 |
-
"layer_scale_init": null,
|
20 |
-
"learned_pos_embedding": false,
|
21 |
-
"mask_token": false,
|
22 |
"mlp_fc1_bias": true,
|
23 |
"mlp_fc2_bias": true,
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"n_layer": 12,
|
29 |
-
"n_positions": 0,
|
30 |
-
"num_channels": 3,
|
31 |
-
"parallel_block": false,
|
32 |
-
"parallel_block_tied_norm": false,
|
33 |
"patch_dropout": 0.0,
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
"qkv_proj_bias": true,
|
39 |
-
"
|
40 |
-
"
|
41 |
-
"
|
42 |
-
"
|
43 |
-
"
|
44 |
-
"sinusoidal_pos_embedding": false,
|
45 |
-
"summary_activation": null,
|
46 |
-
"summary_first_dropout": 0.1,
|
47 |
-
"summary_proj_to_labels": true,
|
48 |
-
"summary_type": "cls_index",
|
49 |
-
"summary_use_proj": true,
|
50 |
-
"tie_word_embeddings": false,
|
51 |
"torch_dtype": "float32",
|
|
|
52 |
"transformers_version": "4.40.2",
|
53 |
-
"
|
54 |
-
"
|
55 |
-
"use_rms_norm": false,
|
56 |
-
"vocab_size": 0
|
57 |
}
|
|
|
1 |
{
|
2 |
"activation_function": "gelu",
|
3 |
+
"add_prefix": false,
|
4 |
"architectures": [
|
5 |
+
"NomicVisionModel"
|
6 |
],
|
7 |
"attn_pdrop": 0.0,
|
8 |
+
"checkpoint": null,
|
9 |
+
"ema": false,
|
10 |
+
"freeze": false,
|
11 |
+
"gradient_checkpointing": true,
|
12 |
+
"hamming": false,
|
13 |
+
"logit_scale": 14.285714285714285,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
"mlp_fc1_bias": true,
|
15 |
"mlp_fc2_bias": true,
|
16 |
+
"model_name": "google/vit-base-patch16-224",
|
17 |
+
"nomic_encoder": false,
|
18 |
+
"num_negatives": 7,
|
19 |
+
"pad_vocab_to_multiple_of": null,
|
|
|
|
|
|
|
|
|
|
|
20 |
"patch_dropout": 0.0,
|
21 |
+
"pooling": "map",
|
22 |
+
"precomputed": false,
|
23 |
+
"pretrained": true,
|
24 |
+
"projection_dim": null,
|
25 |
"qkv_proj_bias": true,
|
26 |
+
"rotary_emb_base": 10000,
|
27 |
+
"rotary_emb_fraction": null,
|
28 |
+
"seq_len": null,
|
29 |
+
"text_text_loss_weight": 1.0,
|
30 |
+
"tokenizer_name": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
"torch_dtype": "float32",
|
32 |
+
"trainable_logit_scale": true,
|
33 |
"transformers_version": "4.40.2",
|
34 |
+
"use_fused_kernels": true,
|
35 |
+
"use_rms_norm": null
|
|
|
|
|
36 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d60f176f72fc16a5d7ef93a1e58c1ea154969581c7b9946099e505ddc44f0cc
|
3 |
+
size 371570904
|