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