ema weights
Browse files
    	
        lfq_tokenizer_B_256_ema/config.json
    ADDED
    
    | @@ -0,0 +1,21 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
                "auto_map": {
         | 
| 3 | 
            +
                    "AutoModel": "modeling_lfq_tokenizer.LFQTokenizer",
         | 
| 4 | 
            +
                    "AutoConfig": "configuration_lfq_tokenizer.LFQTokenizerConfig"
         | 
| 5 | 
            +
                },
         | 
| 6 | 
            +
                "model_type": "lfq_tokenizer",
         | 
| 7 | 
            +
                "encoder_decoder_config": {
         | 
| 8 | 
            +
                   "ch": 128,
         | 
| 9 | 
            +
                   "in_channels": 3,
         | 
| 10 | 
            +
                   "out_ch": 3,
         | 
| 11 | 
            +
                   "z_channels": 18,
         | 
| 12 | 
            +
                   "num_res_blocks": 2,
         | 
| 13 | 
            +
                   "ch_mult": [1, 1, 2, 2, 4]
         | 
| 14 | 
            +
                },
         | 
| 15 | 
            +
                "quantizer_config": {
         | 
| 16 | 
            +
                    "dim": 18,
         | 
| 17 | 
            +
                    "codebook_size": 262144,
         | 
| 18 | 
            +
                    "batch_maximization_weight": 1.0,
         | 
| 19 | 
            +
                    "sample_minimization_weight": 1.0
         | 
| 20 | 
            +
                }
         | 
| 21 | 
            +
            }
         | 
    	
        lfq_tokenizer_B_256_ema/model.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:3b2804e33161d042352e823da4cd20f78ddd7919a2a86cb9a9d5293514a1274d
         | 
| 3 | 
            +
            size 261981124
         | 
