Upload 9 files
Browse files- config.json +2 -2
- generation_config.json +1 -1
- model.safetensors +1 -1
- preprocessor_config.json +3 -3
config.json
CHANGED
|
@@ -87,7 +87,7 @@
|
|
| 87 |
"sliding_attention",
|
| 88 |
"full_attention"
|
| 89 |
],
|
| 90 |
-
"max_position_embeddings":
|
| 91 |
"model_type": "gemma3n_text",
|
| 92 |
"num_attention_heads": 8,
|
| 93 |
"num_hidden_layers": 2,
|
|
@@ -102,7 +102,7 @@
|
|
| 102 |
"vocab_size": 262400,
|
| 103 |
"vocab_size_per_layer_input": 262144
|
| 104 |
},
|
| 105 |
-
"transformers_version": "4.57.
|
| 106 |
"vision_config": {
|
| 107 |
"architecture": "mobilenetv3_small_050",
|
| 108 |
"do_pooling": false,
|
|
|
|
| 87 |
"sliding_attention",
|
| 88 |
"full_attention"
|
| 89 |
],
|
| 90 |
+
"max_position_embeddings": 2048,
|
| 91 |
"model_type": "gemma3n_text",
|
| 92 |
"num_attention_heads": 8,
|
| 93 |
"num_hidden_layers": 2,
|
|
|
|
| 102 |
"vocab_size": 262400,
|
| 103 |
"vocab_size_per_layer_input": 262144
|
| 104 |
},
|
| 105 |
+
"transformers_version": "4.57.6",
|
| 106 |
"vision_config": {
|
| 107 |
"architecture": "mobilenetv3_small_050",
|
| 108 |
"do_pooling": false,
|
generation_config.json
CHANGED
|
@@ -6,5 +6,5 @@
|
|
| 6 |
106
|
| 7 |
],
|
| 8 |
"pad_token_id": 0,
|
| 9 |
-
"transformers_version": "4.57.
|
| 10 |
}
|
|
|
|
| 6 |
106
|
| 7 |
],
|
| 8 |
"pad_token_id": 0,
|
| 9 |
+
"transformers_version": "4.57.6"
|
| 10 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 73145268
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b7d85c328ad44ff4ee16f50de3a67287ce610f5ad9e0423d59f2ce19c53c39ed
|
| 3 |
size 73145268
|
preprocessor_config.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
| 22 |
0.5
|
| 23 |
],
|
| 24 |
"image_processor_type": "SiglipImageProcessorFast",
|
| 25 |
-
"image_seq_length":
|
| 26 |
"image_std": [
|
| 27 |
0.5,
|
| 28 |
0.5,
|
|
@@ -47,7 +47,7 @@
|
|
| 47 |
"return_tensors": null,
|
| 48 |
"sampling_rate": 16000,
|
| 49 |
"size": {
|
| 50 |
-
"height":
|
| 51 |
-
"width":
|
| 52 |
}
|
| 53 |
}
|
|
|
|
| 22 |
0.5
|
| 23 |
],
|
| 24 |
"image_processor_type": "SiglipImageProcessorFast",
|
| 25 |
+
"image_seq_length": 256,
|
| 26 |
"image_std": [
|
| 27 |
0.5,
|
| 28 |
0.5,
|
|
|
|
| 47 |
"return_tensors": null,
|
| 48 |
"sampling_rate": 16000,
|
| 49 |
"size": {
|
| 50 |
+
"height": 768,
|
| 51 |
+
"width": 768
|
| 52 |
}
|
| 53 |
}
|