MoralHazard commited on
Commit
2951b87
·
verified ·
1 Parent(s): 081f255

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -19,6 +19,7 @@
19
  "layer_norm_eps": 1e-12,
20
  "max_position_embeddings": 512,
21
  "model_type": "bert",
 
22
  "num_attention_heads": 12,
23
  "num_hidden_layers": 12,
24
  "pad_token_id": 0,
 
19
  "layer_norm_eps": 1e-12,
20
  "max_position_embeddings": 512,
21
  "model_type": "bert",
22
+ "last_hidden_state": "token_embeddings",
23
  "num_attention_heads": 12,
24
  "num_hidden_layers": 12,
25
  "pad_token_id": 0,