File size: 333 Bytes
2ed96ef
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "codename": "rt-p-clf",
  "name": "RT-P Classifier",
  "task_type": "clf",
  "checkpoint_file": "model.safetensors",
  "embedding_model": "all-MiniLM-L12-v2",
  "d_text": 384,
  "model": {
    "num_blocks": 12,
    "d_model": 512,
    "d_text": 384,
    "num_heads": 8,
    "d_ff": 2048,
    "materialize_attn_masks": true
  }
}