File size: 341 Bytes
e56d379
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "modality": "write",
  "encoder": "sentence-transformers/all-MiniLM-L6-v2",
  "encoder_dim": 384,
  "n_pillars": 4,
  "pillars": [
    "read_likelihood",
    "hold",
    "structure",
    "score"
  ],
  "d_model": 256,
  "n_layers": 4,
  "max_seq_len": 16,
  "vocab_size": 117,
  "bos_id": 1,
  "eos_id": 2,
  "pad_id": 0,
  "sep_id": 3
}