uwesis commited on
Commit
ef91884
1 Parent(s): e8b9d0a

upload configs

Browse files
Files changed (1) hide show
  1. config.yaml +36 -0
config.yaml ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: flexTokenizer
2
+ embedding_dim: 32
3
+ hidden_channels: 128
4
+ channel_multipliers:
5
+ - 1
6
+ - 1
7
+ - 2
8
+ - 2
9
+ - 4
10
+ - 4
11
+ encoder_layer_configs:
12
+ - 2
13
+ - 2
14
+ - 2
15
+ - 2
16
+ - 2
17
+ - 2
18
+ - 2
19
+ decoder_layer_configs:
20
+ - 2
21
+ - 2
22
+ - 2
23
+ - 2
24
+ - 2
25
+ - 2
26
+ - 2
27
+ use_adaptive_norm: true
28
+ use_learnable_up_down_sample: true
29
+ quantizer_config:
30
+ quantize_type: gvq
31
+ embed_dim: 32
32
+ num_embed: 262144
33
+ commitment_loss_weight: 0.25
34
+ use_l2_norm: false
35
+ use_uniform_init: false
36
+ num_group: 16