rt-j / regression /config.json
kvignesh1420's picture
Add regression checkpoint; merged model card + shared root config
13d0559 verified
Raw
History Blame Contribute Delete
470 Bytes
{
"codename": "rt-j-reg",
"name": "RT-J Regressor",
"task_type": "reg",
"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
},
"provenance": {
"run_id": "fsuj4wdl",
"swa_step": 18000,
"project": "2026-04-17",
"recipe": "real_mixed_v6_5_486t"
}
}