yucornetto
commited on
Commit
•
036f441
1
Parent(s):
09181d3
Push model using huggingface_hub.
Browse files- README.md +12 -0
- config.json +24 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- arxiv:2406.07550
|
5 |
+
- image-tokenization
|
6 |
+
- model_hub_mixin
|
7 |
+
- pytorch_model_hub_mixin
|
8 |
+
---
|
9 |
+
|
10 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
11 |
+
- Library: https://github.com/bytedance/1d-tokenizer
|
12 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"experiment": {
|
3 |
+
"tokenizer_checkpoint": "titok_bl128_vae_c16.bin",
|
4 |
+
"output_dir": "titok_bl128_vae_c16"
|
5 |
+
},
|
6 |
+
"model": {
|
7 |
+
"vq_model": {
|
8 |
+
"quantize_mode": "vae",
|
9 |
+
"token_size": 16,
|
10 |
+
"vit_enc_model_size": "base",
|
11 |
+
"vit_dec_model_size": "large",
|
12 |
+
"vit_enc_patch_size": 16,
|
13 |
+
"vit_dec_patch_size": 16,
|
14 |
+
"num_latent_tokens": 128,
|
15 |
+
"finetune_decoder": false,
|
16 |
+
"is_legacy": false
|
17 |
+
}
|
18 |
+
},
|
19 |
+
"dataset": {
|
20 |
+
"preprocessing": {
|
21 |
+
"crop_size": 256
|
22 |
+
}
|
23 |
+
}
|
24 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd6b7d7b13135ba54d1fe84885afdad7a4c6068af5c5d39af3c99e5f9d507742
|
3 |
+
size 1558377752
|