jonhuml commited on
Commit
528e804
·
verified ·
1 Parent(s): fa81fcb

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +5 -1
config.json CHANGED
@@ -3,18 +3,22 @@
3
  "dim": 1024,
4
  "n_layers": 16,
5
  "head_dim": 64,
 
 
6
  "input_dim": 32,
7
  "encoder_input_dim": 32,
8
  "encoder_output_dim": 32,
9
  "encoder_latent_downsample_factor": 1,
10
- "sliding_window": 65536,
11
  "encoder_sliding_window": 65536,
 
12
  "xattn_sliding_window": 65536,
13
  "max_seqlen": 50,
 
14
  "num_fine_time_pts": 32,
15
  "rope_dim": 4,
16
  "rope_theta": 10000.0,
17
  "tok_idx_type": "{x,y,z,tc}",
 
18
  "stft_global_sigma": 0.1,
19
  "dropout_type": "zeros"
20
  }
 
3
  "dim": 1024,
4
  "n_layers": 16,
5
  "head_dim": 64,
6
+ "seqlen_t": false,
7
+ "huber_c": null,
8
  "input_dim": 32,
9
  "encoder_input_dim": 32,
10
  "encoder_output_dim": 32,
11
  "encoder_latent_downsample_factor": 1,
 
12
  "encoder_sliding_window": 65536,
13
+ "sliding_window": 65536,
14
  "xattn_sliding_window": 65536,
15
  "max_seqlen": 50,
16
+ "adaptive_loss_weighting": true,
17
  "num_fine_time_pts": 32,
18
  "rope_dim": 4,
19
  "rope_theta": 10000.0,
20
  "tok_idx_type": "{x,y,z,tc}",
21
+ "dont_noise_chan_xyz": false,
22
  "stft_global_sigma": 0.1,
23
  "dropout_type": "zeros"
24
  }