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.

config.json 303 B

12345678910111213
  1. {
  2. "attention_probs_dropout_prob": 0.1,
  3. "hidden_act": "gelu",
  4. "hidden_dropout_prob": 0.1,
  5. "hidden_size": 16,
  6. "initializer_range": 0.02,
  7. "intermediate_size": 64,
  8. "max_position_embeddings": 32,
  9. "num_attention_heads": 4,
  10. "num_hidden_layers": 2,
  11. "type_vocab_size": 2,
  12. "vocab_size": 20
  13. }