File size: 461 Bytes
e1f6da6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "model_type": "joint_nt_esm2",
  "architecture": "joint_dna_protein",
  "dna_model": {
    "type": "nucleotide_transformer",
    "path": "./dna",
    "context_length": 4096,
    "vocab_size": 4107
  },
  "protein_model": {
    "type": "esm2",
    "path": "./protein",
    "variant": "large",
    "vocab_size": 33
  },
  "training": {
    "joint_training": true,
    "batch_size": 8,
    "data_type": "transcript_specific_coding",
    "lowercase": true
  }
}