KuanP commited on
Commit
fa61a60
·
verified ·
1 Parent(s): 667bcb7

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +33 -0
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "gelu",
3
+ "architectures": [
4
+ "UCEForExpressionPrediction"
5
+ ],
6
+ "d_model": 512,
7
+ "decoder_dropout": 0.1,
8
+ "decoder_layer_dims": [
9
+ 1024,
10
+ 512,
11
+ 512,
12
+ 1
13
+ ],
14
+ "dim_feedforward": 2048,
15
+ "dropout": 0.1,
16
+ "dtype": "float32",
17
+ "embedding_dim": 5120,
18
+ "embedding_init_path": null,
19
+ "embedding_reduction": "cls",
20
+ "embedding_requires_grad": false,
21
+ "expansion_factor": 4,
22
+ "max_sequence_length": 2048,
23
+ "model_type": "uce",
24
+ "nhead": 4,
25
+ "norm_first": false,
26
+ "num_layers": 8,
27
+ "output_embedding_dim": 512,
28
+ "padding_idx": 0,
29
+ "positional_encoding_type": "sinusoidal",
30
+ "transformers_version": "4.57.1",
31
+ "use_embedding_layer_norm": true,
32
+ "vocab_size": 145469
33
+ }