TejAndrewsACC commited on
Commit
be4a530
·
verified ·
1 Parent(s): b9bb3bc

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +23 -0
config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "FiPhi-NeuralMark-V3"
4
+ ],
5
+ "input_size": 128,
6
+ "hidden_size1": 256,
7
+ "hidden_size2": 128,
8
+ "output_size": 10,
9
+ "activation_function": "relu",
10
+ "initializer_range": 0.02,
11
+ "layer_norm_eps": 1e-5,
12
+ "max_position_embeddings": 512,
13
+ "vocab_size": 30522,
14
+ "hidden_dropout_prob": 0.1,
15
+ "attention_probs_dropout_prob": 0.1,
16
+ "type_vocab_size": 2,
17
+ "pad_token_id": 0,
18
+ "gradient_checkpointing": false,
19
+ "use_cache": true,
20
+ "bos_token_id": 101,
21
+ "eos_token_id": 102,
22
+ "model_type": "FiPhi-NeuralMark-V3"
23
+ }