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

transformer.config 187 B

123456789
  1. {
  2. "n_layers": 12,
  3. "hidden_size": 512,
  4. "ffn_inner_hidden_size": 2048,
  5. "n_head": 8,
  6. "recurrent_dropout_prob": 0.1,
  7. "atten_dropout_prob": 0.1,
  8. "ffn_dropout_prob": 0.1
  9. }