toolevalxm commited on
Commit
a1161ec
·
verified ·
1 Parent(s): 64c3b27

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +12 -0
config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "finrisk-transformer",
3
+ "hidden_size": 1024,
4
+ "num_attention_heads": 16,
5
+ "num_hidden_layers": 24,
6
+ "intermediate_size": 4096,
7
+ "vocab_size": 32000,
8
+ "max_position_embeddings": 2048,
9
+ "training_epoch": 500,
10
+ "dropout_prob": 0.1,
11
+ "learning_rate": 2.994e-05
12
+ }