relbert-roberta-large-nce-semeval2012-2 / finetuning_config.json
asahi417's picture
model update
41815bb
{
"template": "I wasn\u2019t aware of this relationship, but I just read in the encyclopedia that <subj> is the <mask> of <obj>",
"model": "roberta-large",
"max_length": 64,
"epoch": 10,
"batch": 32,
"random_seed": 2,
"lr": 5e-06,
"lr_warmup": 10,
"aggregation_mode": "average_no_mask",
"data": "relbert/semeval2012_relational_similarity",
"data_name": null,
"exclude_relation": null,
"split": "train",
"split_valid": "validation",
"loss_function": "nce",
"classification_loss": false,
"loss_function_config": {
"temperature": 0.05,
"num_negative": 100,
"num_positive": 10
},
"augment_negative_by_positive": true
}