File size: 523 Bytes
6f1b4a4 |
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 26 27 28 29 |
{
"num_labels_link_pred": 6,
"link_pred_dropout": 0.1,
"num_labels_triple_clf": 2,
"triple_clf_dropout": 0.1,
"task_weight_coefficients": [
0.375,
0.375,
0.25
],
"n_tasks": 4,
"_clf_classes": [
50464,
6,
2,
50464
],
"_module_list": [
"lm_head",
"link_classifier",
"triple_classifier",
"lm_head"
],
"_nonzero_task_weight_coefficients": [
0.375,
0.375,
0.25
]
} |