wilsonmarciliojr commited on
Commit
75186c8
·
verified ·
1 Parent(s): 328bad4

Upload arch_budget_hours_24.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. arch_budget_hours_24.json +19 -0
arch_budget_hours_24.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForMaskedLM"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "hidden_act": "gelu",
7
+ "hidden_dropout_prob": 0.1,
8
+ "hidden_size": 128,
9
+ "initializer_range": 0.02,
10
+ "intermediate_size": 512,
11
+ "layer_norm_eps": 1e-12,
12
+ "max_position_embeddings": 512,
13
+ "num_attention_heads": 2,
14
+ "num_hidden_layers": 2,
15
+ "pad_token_id": 0,
16
+ "position_embedding_type": "absolute",
17
+ "type_vocab_size": 2,
18
+ "use_cache": true
19
+ }