Push model using huggingface_hub.
Browse files- README.md +12 -0
- config.json +17 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
pipeline_tag: image-classification
|
4 |
+
tags:
|
5 |
+
- model_hub_mixin
|
6 |
+
- pytorch_model_hub_mixin
|
7 |
+
---
|
8 |
+
|
9 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
10 |
+
- Code: https://github.com/RobinWu218/SimDINO
|
11 |
+
- Paper: https://huggingface.co/papers/2502.10385
|
12 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"attn_drop_rate": 0.0,
|
3 |
+
"depth": 12,
|
4 |
+
"drop_path_rate": 0.0,
|
5 |
+
"drop_rate": 0.0,
|
6 |
+
"embed_dim": 768,
|
7 |
+
"img_size": [
|
8 |
+
224
|
9 |
+
],
|
10 |
+
"in_chans": 3,
|
11 |
+
"mlp_ratio": 4,
|
12 |
+
"num_classes": 0,
|
13 |
+
"num_heads": 12,
|
14 |
+
"patch_size": 16,
|
15 |
+
"qk_scale": null,
|
16 |
+
"qkv_bias": true
|
17 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d1f3a1fa507c41a993fc10f71a3d17ddd59a9836e462cb9904c130aadfca20c
|
3 |
+
size 343208552
|