MahTala commited on
Commit
d6e08c7
·
verified ·
1 Parent(s): 5745938

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +17 -0
config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ESMCForMaskedLM"
4
+ ],
5
+ "classifier_dropout": 0.1,
6
+ "d_model": 1152,
7
+ "dtype": "float32",
8
+ "initializer_range": 0.02,
9
+ "mask_token_id": 32,
10
+ "model_type": "esmc",
11
+ "n_heads": 18,
12
+ "n_layers": 36,
13
+ "pad_token_id": 1,
14
+ "tie_word_embeddings": false,
15
+ "transformers_version": "4.57.6",
16
+ "vocab_size": 64
17
+ }