rrrrou commited on
Commit
73be644
·
verified ·
1 Parent(s): e769cf4

Upload hpl_model_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. hpl_model_config.json +23 -0
hpl_model_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attention_probs_dropout_prob": 0.1,
3
+ "base_model": "transformer",
4
+ "finetuning_task": null,
5
+ "hidden_act": "gelu",
6
+ "hidden_dropout_prob": 0.1,
7
+ "hidden_size": 768,
8
+ "initializer_range": 0.02,
9
+ "input_size": 768,
10
+ "intermediate_size": 3072,
11
+ "layer_norm_eps": 1e-12,
12
+ "max_position_embeddings": 8192,
13
+ "num_attention_heads": 12,
14
+ "num_hidden_layers": 12,
15
+ "num_labels": 2,
16
+ "output_attentions": false,
17
+ "output_hidden_states": false,
18
+ "output_size": 768,
19
+ "pruned_heads": {},
20
+ "torchscript": false,
21
+ "type_vocab_size": 1,
22
+ "vocab_size": 30
23
+ }