correct weights
This commit is contained in:
parent
7a9371512e
commit
345fd30026
@ -3,6 +3,7 @@
|
||||
"BertForMaskedLM"
|
||||
],
|
||||
"attention_probs_dropout_prob": 0.1,
|
||||
"gradient_checkpointing": false,
|
||||
"hidden_act": "gelu",
|
||||
"hidden_dropout_prob": 0.1,
|
||||
"hidden_size": 768,
|
||||
@ -14,6 +15,9 @@
|
||||
"num_attention_heads": 12,
|
||||
"num_hidden_layers": 12,
|
||||
"pad_token_id": 0,
|
||||
"position_embedding_type": "absolute",
|
||||
"transformers_version": "4.6.0.dev0",
|
||||
"type_vocab_size": 2,
|
||||
"use_cache": true,
|
||||
"vocab_size": 30522
|
||||
}
|
||||
|
BIN
flax_model.msgpack
(Stored with Git LFS)
BIN
flax_model.msgpack
(Stored with Git LFS)
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user