Push model using huggingface_hub.
Browse files- README.md +9 -0
- config.json +41 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"ape": false,
|
3 |
+
"base_win_size": [
|
4 |
+
8,
|
5 |
+
8
|
6 |
+
],
|
7 |
+
"depths": [
|
8 |
+
6,
|
9 |
+
6,
|
10 |
+
6,
|
11 |
+
6
|
12 |
+
],
|
13 |
+
"drop_path_rate": 0.0,
|
14 |
+
"drop_rate": 0.0,
|
15 |
+
"embed_dim": 60,
|
16 |
+
"hier_win_ratios": [
|
17 |
+
0.5,
|
18 |
+
1,
|
19 |
+
2,
|
20 |
+
4,
|
21 |
+
6,
|
22 |
+
8
|
23 |
+
],
|
24 |
+
"img_range": 1.0,
|
25 |
+
"img_size": 64,
|
26 |
+
"in_chans": 3,
|
27 |
+
"mlp_ratio": 2.0,
|
28 |
+
"num_heads": [
|
29 |
+
6,
|
30 |
+
6,
|
31 |
+
6,
|
32 |
+
6
|
33 |
+
],
|
34 |
+
"patch_norm": true,
|
35 |
+
"patch_size": 1,
|
36 |
+
"resi_connection": "1conv",
|
37 |
+
"upsampler": "pixelshuffledirect",
|
38 |
+
"upscale": 4,
|
39 |
+
"use_checkpoint": false,
|
40 |
+
"value_drop_rate": 0.0
|
41 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1d078be68614477fa0c012dba94f9958c9fe04ba6a822add289fdf7040e9fff
|
3 |
+
size 4273544
|