CoolFace
Modelpublic

braindecode/ZUNA

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes68downloads
config.json25 linesDownload Raw Back to root
1{2  "model": {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  }25}