Zhibin Lu
commited on
Commit
•
12ba63e
1
Parent(s):
861ec94
config.json
Browse files- config.json +7 -1
config.json
CHANGED
@@ -7,7 +7,13 @@
|
|
7 |
"attention_dropout": 0.1,
|
8 |
"auto_map": {
|
9 |
"AutoConfig": "configuration_vgcn_bert.VGCNBertConfig",
|
10 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
},
|
12 |
"dim": 768,
|
13 |
"dropout": 0.1,
|
|
|
7 |
"attention_dropout": 0.1,
|
8 |
"auto_map": {
|
9 |
"AutoConfig": "configuration_vgcn_bert.VGCNBertConfig",
|
10 |
+
"AutoWordGraph": "modeling_graph.WordGraph",
|
11 |
+
"AutoModel": "modeling_vgcn_bert.VGCNBertModel",
|
12 |
+
"AutoModelForMaskedLM": "modeling_vgcn_bert.VGCNBertForMaskedLM",
|
13 |
+
"AutoModelForSequenceClassification": "modeling_vgcn_bert.VGCNBertForSequenceClassification",
|
14 |
+
"AutoModelForQuestionAnswering": "modeling_vgcn_bert.VGCNBertForQuestionAnswering",
|
15 |
+
"AutoModelForTokenClassification": "modeling_vgcn_bert.VGCNBertForTokenClassification",
|
16 |
+
"AutoModelForMultipleChoice": "modeling_vgcn_bert.VGCNBertForMultipleChoice"
|
17 |
},
|
18 |
"dim": 768,
|
19 |
"dropout": 0.1,
|