Push model using huggingface_hub.
Browse files- README.md +9 -3
- config.json +85 -0
- model.safetensors +3 -0
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
- Library: [More Information Needed]
|
9 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"attn_drop": 0.0,
|
3 |
+
"dec_channels": [
|
4 |
+
96,
|
5 |
+
96,
|
6 |
+
192,
|
7 |
+
384
|
8 |
+
],
|
9 |
+
"dec_depths": [
|
10 |
+
3,
|
11 |
+
3,
|
12 |
+
3,
|
13 |
+
3
|
14 |
+
],
|
15 |
+
"dec_num_head": [
|
16 |
+
6,
|
17 |
+
6,
|
18 |
+
12,
|
19 |
+
32
|
20 |
+
],
|
21 |
+
"dec_patch_size": [
|
22 |
+
1024,
|
23 |
+
1024,
|
24 |
+
1024,
|
25 |
+
1024,
|
26 |
+
1024
|
27 |
+
],
|
28 |
+
"drop_path": 0.3,
|
29 |
+
"enable_flash": true,
|
30 |
+
"enable_rpe": false,
|
31 |
+
"enc_channels": [
|
32 |
+
48,
|
33 |
+
96,
|
34 |
+
192,
|
35 |
+
384,
|
36 |
+
512
|
37 |
+
],
|
38 |
+
"enc_depths": [
|
39 |
+
3,
|
40 |
+
3,
|
41 |
+
3,
|
42 |
+
12,
|
43 |
+
3
|
44 |
+
],
|
45 |
+
"enc_mode": true,
|
46 |
+
"enc_num_head": [
|
47 |
+
3,
|
48 |
+
6,
|
49 |
+
12,
|
50 |
+
24,
|
51 |
+
32
|
52 |
+
],
|
53 |
+
"enc_patch_size": [
|
54 |
+
1024,
|
55 |
+
1024,
|
56 |
+
1024,
|
57 |
+
1024,
|
58 |
+
1024
|
59 |
+
],
|
60 |
+
"freeze_encoder": false,
|
61 |
+
"in_channels": 9,
|
62 |
+
"layer_scale": null,
|
63 |
+
"mask_token": true,
|
64 |
+
"mlp_ratio": 4,
|
65 |
+
"order": [
|
66 |
+
"z",
|
67 |
+
"z-trans",
|
68 |
+
"hilbert",
|
69 |
+
"hilbert-trans"
|
70 |
+
],
|
71 |
+
"pre_norm": true,
|
72 |
+
"proj_drop": 0.0,
|
73 |
+
"qk_scale": null,
|
74 |
+
"qkv_bias": true,
|
75 |
+
"shuffle_orders": true,
|
76 |
+
"stride": [
|
77 |
+
2,
|
78 |
+
2,
|
79 |
+
2,
|
80 |
+
2
|
81 |
+
],
|
82 |
+
"traceable": true,
|
83 |
+
"upcast_attention": false,
|
84 |
+
"upcast_softmax": false
|
85 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87aa4bb1655b049f940c26569d70ef66b9c5b9ef281dde7bac3039980c4858be
|
3 |
+
size 433890208
|