File size: 481 Bytes
aae4e29 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
{
"_name_or_path": "../models/bert_saved",
"architectures": [
"FupBERT"
],
"auto_map": {
"AutoConfig": "fup_bert_config.FupBERTConfig",
"AutoModel": "fup_bert.FupBERT"
},
"cls_idx": 1,
"dropout": 0.1,
"edge_idx": 2,
"model_type": "FupBERT",
"nhead": 12,
"nhid": 3072,
"ninp": 768,
"nlayers": 12,
"ntoken": 608,
"num_out": 1,
"padding_idx": 0,
"token_reduction": "mean",
"torch_dtype": "float32",
"transformers_version": "4.30.2"
}
|