Push model using huggingface_hub.
Browse files- README.md +10 -0
- config.json +47 -0
- model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- model_hub_mixin
|
| 4 |
+
- pytorch_model_hub_mixin
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
| 8 |
+
- Code: [More Information Needed]
|
| 9 |
+
- Paper: [More Information Needed]
|
| 10 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_config_dict": {
|
| 3 |
+
"agg_arch": "QAA",
|
| 4 |
+
"agg_config": {
|
| 5 |
+
"attn_arch": "conv",
|
| 6 |
+
"cluster_dim": 128,
|
| 7 |
+
"divide": 1,
|
| 8 |
+
"divide_ratio": [
|
| 9 |
+
1,
|
| 10 |
+
1,
|
| 11 |
+
1,
|
| 12 |
+
0
|
| 13 |
+
],
|
| 14 |
+
"dropout": 0.3,
|
| 15 |
+
"feature_nheads": 16,
|
| 16 |
+
"freeze": "none",
|
| 17 |
+
"num_channels": 768,
|
| 18 |
+
"num_clusters": 16,
|
| 19 |
+
"num_queries": 256,
|
| 20 |
+
"out_norm": false,
|
| 21 |
+
"score_nheads": 16,
|
| 22 |
+
"score_norm": "none",
|
| 23 |
+
"self_attn_out_norm": true,
|
| 24 |
+
"skip_connection": "none",
|
| 25 |
+
"token_dim": 0
|
| 26 |
+
},
|
| 27 |
+
"backbone_arch": "dinov2_vitb14",
|
| 28 |
+
"backbone_config": {
|
| 29 |
+
"cluster_dim": 16,
|
| 30 |
+
"divide": 1,
|
| 31 |
+
"divide_ratio": [
|
| 32 |
+
1,
|
| 33 |
+
1,
|
| 34 |
+
1,
|
| 35 |
+
0
|
| 36 |
+
],
|
| 37 |
+
"domain_prompt": "none",
|
| 38 |
+
"dropout": 0.3,
|
| 39 |
+
"multi_scale": "1",
|
| 40 |
+
"norm_layer": true,
|
| 41 |
+
"num_clusters": 16,
|
| 42 |
+
"num_trainable_blocks": 2,
|
| 43 |
+
"return_token": true,
|
| 44 |
+
"token_dim": 256
|
| 45 |
+
}
|
| 46 |
+
}
|
| 47 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:292d42ad7eade96a7a92b21932a89edb0fbacab4e21b36481d3db53ec973c8d2
|
| 3 |
+
size 366486644
|