Push model using huggingface_hub.
Browse files- codecs/spectrum/README.md +10 -0
- codecs/spectrum/config.json +40 -0
- codecs/spectrum/model.safetensors +3 -0
codecs/spectrum/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]
|
codecs/spectrum/config.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"clip_flux": null,
|
| 3 |
+
"clip_ivar": 100.0,
|
| 4 |
+
"codebook_size": 1024,
|
| 5 |
+
"decoder_depths": [
|
| 6 |
+
3,
|
| 7 |
+
9,
|
| 8 |
+
3,
|
| 9 |
+
3
|
| 10 |
+
],
|
| 11 |
+
"decoder_dims": [
|
| 12 |
+
256,
|
| 13 |
+
128,
|
| 14 |
+
64,
|
| 15 |
+
2
|
| 16 |
+
],
|
| 17 |
+
"dim": 10,
|
| 18 |
+
"embedding_dim": 10,
|
| 19 |
+
"encoder_depths": [
|
| 20 |
+
3,
|
| 21 |
+
3,
|
| 22 |
+
27,
|
| 23 |
+
3
|
| 24 |
+
],
|
| 25 |
+
"encoder_dims": [
|
| 26 |
+
64,
|
| 27 |
+
128,
|
| 28 |
+
256,
|
| 29 |
+
512
|
| 30 |
+
],
|
| 31 |
+
"input_scaling": 0.2,
|
| 32 |
+
"lambda_min": 3500.0,
|
| 33 |
+
"latent_channels": 512,
|
| 34 |
+
"normalization_range": [
|
| 35 |
+
-1,
|
| 36 |
+
5
|
| 37 |
+
],
|
| 38 |
+
"num_pixels": 8704,
|
| 39 |
+
"resolution": 0.8
|
| 40 |
+
}
|
codecs/spectrum/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3773436104a195fc5759e343fe0b95e848ff049061d2f94e7b41a1e69f173c9b
|
| 3 |
+
size 99104616
|