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.

12 lines
228 B

1 month ago
  1. {
  2. "attn_dropout_p": 0.1,
  3. "d_model": 512,
  4. "ff_dim": 1024,
  5. "ffn_dropout_p": 0.25,
  6. "learn_te": true,
  7. "n_heads": 8,
  8. "n_layers": 8,
  9. "resid_dropout_p": 0.25,
  10. "s1_bits": 10,
  11. "s2_bits": 10,
  12. "token_dropout_p": 0.1
  13. }