rlatmddus159
commited on
Commit
·
03e3fa0
1
Parent(s):
8d46fc3
Upload config.json
Browse files- config.json +1 -0
config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"nbformat":4,"nbformat_minor":0,"metadata":{"colab":{"provenance":[],"authorship_tag":"ABX9TyOp3sBu3JBqQDdVgt40pbnC"},"kernelspec":{"name":"python3","display_name":"Python 3"},"language_info":{"name":"python"}},"cells":[{"cell_type":"code","execution_count":null,"metadata":{"id":"ZRjuoUNJC33-"},"outputs":[],"source":["{\n"," \"architectures\": [\"BertForMaskedLM\"],\n"," \"attention_probs_dropout_prob\": 0.1,\n"," \"hidden_act\": \"gelu\",\n"," \"hidden_dropout_prob\": 0.1,\n"," \"hidden_size\": 768,\n"," \"initializer_range\": 0.02,\n"," \"intermediate_size\": 3072,\n"," \"layer_norm_eps\": 1e-12,\n"," \"max_position_embeddings\": 512,\n"," \"model_type\": \"bert\",\n"," \"num_attention_heads\": 12,\n"," \"num_hidden_layers\": 12,\n"," \"pad_token_id\": 0,\n"," \"type_vocab_size\": 2,\n"," \"vocab_size\": 32000\n","}"]}]}
|