You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
301 B

1 month ago
  1. {
  2. "attn_dropout_p": 0.0,
  3. "beta": 0.05,
  4. "d_in": 6,
  5. "d_model": 256,
  6. "ff_dim": 512,
  7. "ffn_dropout_p": 0.0,
  8. "gamma": 1.1,
  9. "gamma0": 1.0,
  10. "group_size": 4,
  11. "n_dec_layers": 4,
  12. "n_enc_layers": 4,
  13. "n_heads": 4,
  14. "resid_dropout_p": 0.0,
  15. "s1_bits": 10,
  16. "s2_bits": 10,
  17. "zeta": 0.05
  18. }