Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -6,6 +6,7 @@
|
|
6 |
"auto_map": {
|
7 |
"AutoModel": "modeling_re_bert.BertForRelationClassification"
|
8 |
},
|
|
|
9 |
"attention_probs_dropout_prob": 0.1,
|
10 |
"classifier_dropout": null,
|
11 |
"directionality": "bidi",
|
|
|
6 |
"auto_map": {
|
7 |
"AutoModel": "modeling_re_bert.BertForRelationClassification"
|
8 |
},
|
9 |
+
"relations_definitions": "relations.json",
|
10 |
"attention_probs_dropout_prob": 0.1,
|
11 |
"classifier_dropout": null,
|
12 |
"directionality": "bidi",
|