Web-Graph-Embedding / openmatch_config.json
HakHan's picture
Upload 8 files
18caedc
raw
history blame
No virus
189 Bytes
{
"tied": true,
"plm_backbone": {
"type": "T5Model",
"feature": "last_hidden_state"
},
"pooling": "first",
"linear_head": false,
"normalize": false
}