Push model using huggingface_hub.
Browse files- README.md +9 -0
- config.json +53 -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,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"codebook_embed_dim": 32,
|
| 3 |
+
"codebook_l2_norm": true,
|
| 4 |
+
"codebook_show_usage": true,
|
| 5 |
+
"codebook_size": 8192,
|
| 6 |
+
"commit_loss_beta": 0.25,
|
| 7 |
+
"dec_drop_path_rate": 0.0,
|
| 8 |
+
"dec_patch_size": 16,
|
| 9 |
+
"dec_pretrained": false,
|
| 10 |
+
"dec_tuning_method": "full",
|
| 11 |
+
"dec_type": "vit",
|
| 12 |
+
"decoder_ch_mult": [
|
| 13 |
+
1,
|
| 14 |
+
1,
|
| 15 |
+
2,
|
| 16 |
+
2,
|
| 17 |
+
4
|
| 18 |
+
],
|
| 19 |
+
"decoder_model": "vit_large_patch14_dinov2.lvd142m",
|
| 20 |
+
"dropout_p": 0.0,
|
| 21 |
+
"enc_drop_path_rate": 0.0,
|
| 22 |
+
"enc_patch_size": 16,
|
| 23 |
+
"enc_pretrained": true,
|
| 24 |
+
"enc_tuning_method": "full",
|
| 25 |
+
"enc_type": "vit",
|
| 26 |
+
"encoder_ch_mult": [
|
| 27 |
+
1,
|
| 28 |
+
1,
|
| 29 |
+
2,
|
| 30 |
+
2,
|
| 31 |
+
4
|
| 32 |
+
],
|
| 33 |
+
"encoder_model": "vit_base_patch14_dinov2.lvd142m",
|
| 34 |
+
"entropy_loss_ratio": 0.0,
|
| 35 |
+
"image_size": 256,
|
| 36 |
+
"kl_loss_weight": 1e-06,
|
| 37 |
+
"num_codebooks": 4,
|
| 38 |
+
"num_latent_tokens": 64,
|
| 39 |
+
"repa": false,
|
| 40 |
+
"repa_align": "global",
|
| 41 |
+
"repa_layer_indices": [
|
| 42 |
+
8
|
| 43 |
+
],
|
| 44 |
+
"repa_loss_weight": 0.1,
|
| 45 |
+
"repa_model": "vit_base_patch16_224",
|
| 46 |
+
"repa_patch_size": 16,
|
| 47 |
+
"repa_proj_dim": 2048,
|
| 48 |
+
"tau": 0.07,
|
| 49 |
+
"vq_loss_ratio": 1.0,
|
| 50 |
+
"vq_mean": -0.00077168207,
|
| 51 |
+
"vq_std": 0.07157949,
|
| 52 |
+
"z_channels": 256
|
| 53 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c3bfee645c3c4424a9c744b16cb597cb00a935bd0e37a45050ab42f53c1cf4d
|
| 3 |
+
size 1563293400
|