File size: 739 Bytes
3b02cf2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "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": 20,
  "batch": 64,
  "random_seed": 0,
  "lr": 5e-06,
  "lr_warmup": 10,
  "aggregation_mode": "average_no_mask",
  "data": "relbert/relational_similarity",
  "data_name": "nell_relational_similarity.semeval2012_relational_similarity.t_rex_relational_similarity",
  "exclude_relation": null,
  "split": "train",
  "split_valid": "validation",
  "loss_function": "nce",
  "classification_loss": false,
  "loss_function_config": {
    "temperature": 0.05,
    "num_negative": 300,
    "num_positive": 10
  },
  "augment_negative_by_positive": false
}