Upload tokenizer
Browse files- config.json +40 -0
- model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_commit_hash": null,
|
| 3 |
+
"architectures": [
|
| 4 |
+
"Tokenizer"
|
| 5 |
+
],
|
| 6 |
+
"attn_dim_head": 64,
|
| 7 |
+
"channels": 3,
|
| 8 |
+
"codebook_size": 512,
|
| 9 |
+
"fsq_levels": [
|
| 10 |
+
7,
|
| 11 |
+
5,
|
| 12 |
+
5,
|
| 13 |
+
5,
|
| 14 |
+
5
|
| 15 |
+
],
|
| 16 |
+
"image_size": 256,
|
| 17 |
+
"init_dim": 64,
|
| 18 |
+
"layers": [
|
| 19 |
+
"residual",
|
| 20 |
+
"compress_space",
|
| 21 |
+
"residual",
|
| 22 |
+
"compress_space",
|
| 23 |
+
"residual",
|
| 24 |
+
"compress_space",
|
| 25 |
+
"residual",
|
| 26 |
+
"compress_space",
|
| 27 |
+
"residual"
|
| 28 |
+
],
|
| 29 |
+
"model_type": "pdetokenizer",
|
| 30 |
+
"num_codebooks": 1,
|
| 31 |
+
"pad_mode": "circular",
|
| 32 |
+
"quantization_type": "lfq",
|
| 33 |
+
"temporal_compression": true,
|
| 34 |
+
"torch_dtype": "float32",
|
| 35 |
+
"transformers_version": null,
|
| 36 |
+
"use_batch_norm": false,
|
| 37 |
+
"use_gan": false,
|
| 38 |
+
"use_revin": false,
|
| 39 |
+
"use_style": false
|
| 40 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da7530d4ab9f297cce2f95e3ccc42d32f6df74a5dc10802666c2a83a6539d2a0
|
| 3 |
+
size 105649924
|