Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Add model config
  • Loading branch information
linwhitehat authored Feb 11, 2022
1 parent ac60a97 commit ac22e88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bert_base_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"emb_size": 768, "feedforward_size": 3072, "hidden_size": 768, "hidden_act": "gelu", "heads_num": 12, "layers_num": 12, "dropout": 0.1}

0 comments on commit ac22e88

Please sign in to comment.