Push model using huggingface_hub.
Browse files- README.md +10 -0
- config.json +13 -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: https://github.com/devzhk/InverseBench
|
| 9 |
+
- Paper: devzhk.github.io/InverseBench/
|
| 10 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dropout": 0.0,
|
| 3 |
+
"img_channels": 1,
|
| 4 |
+
"img_resolution": 128,
|
| 5 |
+
"label_dim": 0,
|
| 6 |
+
"model_channels": 128,
|
| 7 |
+
"model_type": "DhariwalUNet",
|
| 8 |
+
"num_blocks": 1,
|
| 9 |
+
"sigma_data": 0.5,
|
| 10 |
+
"sigma_max": Infinity,
|
| 11 |
+
"sigma_min": 0,
|
| 12 |
+
"use_fp16": false
|
| 13 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94cb4d6f0b517253d5b11f0a0078762aad5b4cd7b8d1c24efe1387796bdcaa1b
|
| 3 |
+
size 107196564
|