Push model using huggingface_hub.
Browse files- README.md +9 -0
- config.json +32 -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,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"attention_resolutions": [
|
3 |
+
8,
|
4 |
+
16,
|
5 |
+
32
|
6 |
+
],
|
7 |
+
"channel_mult": [
|
8 |
+
1,
|
9 |
+
1,
|
10 |
+
2,
|
11 |
+
2,
|
12 |
+
4,
|
13 |
+
4
|
14 |
+
],
|
15 |
+
"conv_resample": true,
|
16 |
+
"dims": 2,
|
17 |
+
"dropout": 0,
|
18 |
+
"image_size": 256,
|
19 |
+
"in_channels": 3,
|
20 |
+
"model_channels": 128,
|
21 |
+
"num_head_channels": 64,
|
22 |
+
"num_heads": 1,
|
23 |
+
"num_heads_upsample": -1,
|
24 |
+
"num_res_blocks": 2,
|
25 |
+
"out_channels": 2,
|
26 |
+
"pool": "attention",
|
27 |
+
"resblock_updown": true,
|
28 |
+
"use_checkpoint": false,
|
29 |
+
"use_fp16": false,
|
30 |
+
"use_new_attention_order": false,
|
31 |
+
"use_scale_shift_norm": true
|
32 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59dc9ba4ca60acbe716d822e2333fa769f98ddcd346f1a31ce79f9d141953808
|
3 |
+
size 214363416
|