hdallatorre commited on
Commit
63e97d3
1 Parent(s): 64caad6

Upload jax_model/hyperparams.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. jax_model/hyperparams.json +43 -0
jax_model/hyperparams.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alphabet_size": 4107,
3
+ "pad_token_id": 1,
4
+ "mask_token_id": 2,
5
+ "max_positions": 2048,
6
+ "embed_scale": 1.0,
7
+ "emb_layer_norm_before": false,
8
+ "attention_heads": 16,
9
+ "key_size": 64,
10
+ "embed_dim": 1024,
11
+ "ffn_embed_dim": 4096,
12
+ "num_layers": 29,
13
+ "positional_embedding": null,
14
+ "lm_head": "roberta",
15
+ "add_bias_kv": false,
16
+ "add_bias_ffn": false,
17
+ "use_rotary_embedding": true,
18
+ "ffn_activation_name": "swish",
19
+ "use_glu_in_ffn": true,
20
+ "mask_before_attention": false,
21
+ "token_dropout": false,
22
+ "masking_ratio": 0.0,
23
+ "masking_prob": 0.0,
24
+ "use_gradient_checkpointing": false,
25
+ "k_for_kmers": 6,
26
+ "rescaling_factor": 2.44140625,
27
+ "features": [
28
+ "protein_coding_gene",
29
+ "lncRNA",
30
+ "exon",
31
+ "intron",
32
+ "splice_donor",
33
+ "splice_acceptor",
34
+ "5UTR",
35
+ "3UTR",
36
+ "CTCF-bound",
37
+ "polyA_signal",
38
+ "enhancer_Tissue_specific",
39
+ "enhancer_Tissue_invariant",
40
+ "promoter_Tissue_specific",
41
+ "promoter_Tissue_invariant"
42
+ ]
43
+ }