gtr-base / openmatch_config.json
yushi's picture
Upload 9 files
f8eb0c8
raw
history blame contribute delete
193 Bytes
{
"tied": true,
"plm_backbone": {
"type": "T5EncoderModel",
"feature": "last_hidden_state"
},
"pooling": "mean",
"linear_head": true,
"normalize": true
}