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