Update tiny models for Dinov2Backbone
#23
by
hf-transformers-bot
- opened
- config.json +7 -7
- pytorch_model.bin +1 -1
config.json
CHANGED
|
@@ -1,10 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"_out_features": [
|
| 3 |
-
"stage2"
|
| 4 |
-
],
|
| 5 |
-
"_out_indices": [
|
| 6 |
-
2
|
| 7 |
-
],
|
| 8 |
"apply_layernorm": true,
|
| 9 |
"architectures": [
|
| 10 |
"Dinov2Backbone"
|
|
@@ -24,6 +18,12 @@
|
|
| 24 |
"num_attention_heads": 4,
|
| 25 |
"num_channels": 3,
|
| 26 |
"num_hidden_layers": 2,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
"patch_size": 2,
|
| 28 |
"qkv_bias": true,
|
| 29 |
"reshape_hidden_states": true,
|
|
@@ -33,6 +33,6 @@
|
|
| 33 |
"stage2"
|
| 34 |
],
|
| 35 |
"torch_dtype": "float32",
|
| 36 |
-
"transformers_version": "4.
|
| 37 |
"use_swiglu_ffn": false
|
| 38 |
}
|
|
|
|
| 1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
"apply_layernorm": true,
|
| 3 |
"architectures": [
|
| 4 |
"Dinov2Backbone"
|
|
|
|
| 18 |
"num_attention_heads": 4,
|
| 19 |
"num_channels": 3,
|
| 20 |
"num_hidden_layers": 2,
|
| 21 |
+
"out_features": [
|
| 22 |
+
"stage2"
|
| 23 |
+
],
|
| 24 |
+
"out_indices": [
|
| 25 |
+
2
|
| 26 |
+
],
|
| 27 |
"patch_size": 2,
|
| 28 |
"qkv_bias": true,
|
| 29 |
"reshape_hidden_states": true,
|
|
|
|
| 33 |
"stage2"
|
| 34 |
],
|
| 35 |
"torch_dtype": "float32",
|
| 36 |
+
"transformers_version": "4.34.0.dev0",
|
| 37 |
"use_swiglu_ffn": false
|
| 38 |
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 146482
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:07866bba2412548e5826e7f8685c03f8b4eddd098039677a1834bd645e0b2067
|
| 3 |
size 146482
|