Push model using huggingface_hub.
Browse files- README.md +10 -0
- config.json +16 -0
- model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
- Code: [More Information Needed]
|
| 9 |
+
- Paper: [More Information Needed]
|
| 10 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"extra_decoder_layers": false,
|
| 3 |
+
"hidden_channels": 128,
|
| 4 |
+
"hidden_channels_decoder": 128,
|
| 5 |
+
"hidden_channels_renderer": 256,
|
| 6 |
+
"in_channels": 1,
|
| 7 |
+
"kl_weight": 1e-06,
|
| 8 |
+
"n_embed": 24576,
|
| 9 |
+
"out_act": "sigmoid",
|
| 10 |
+
"recon_loss": "l1",
|
| 11 |
+
"resolution": 320,
|
| 12 |
+
"use_kl": false,
|
| 13 |
+
"use_vq": false,
|
| 14 |
+
"vq_beta": 0.25,
|
| 15 |
+
"z_channels": 1
|
| 16 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3bdb0ef08fcb594ffd4b7b3988fbe477b96435ab5013a303477b00623f5c7952
|
| 3 |
+
size 231796024
|