Skip to content

Instantly share code, notes, and snippets.

@LysandreJik
Created October 23, 2019 18:35
Show Gist options
  • Save LysandreJik/59507bcc6e10e17185b0bb37c7699526 to your computer and use it in GitHub Desktop.
Save LysandreJik/59507bcc6e10e17185b0bb37c7699526 to your computer and use it in GitHub Desktop.
{
"attention_probs_dropout_prob": 0.1,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"initializer_range": 0.02,
"intermediate_size": 3072,
"max_position_embeddings": 512,
"num_attention_heads": 12,
"num_hidden_layers": 12,
"type_vocab_size": 2,
"vocab_size": 28996
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment