Commit
·
c431a37
1
Parent(s):
8547d78
Upload model
Browse files- config.json +3 -7
config.json
CHANGED
|
@@ -97,10 +97,6 @@
|
|
| 97 |
"Supported_Platform"
|
| 98 |
]
|
| 99 |
},
|
| 100 |
-
"auto_map": {
|
| 101 |
-
"AutoConfig": "configuration.CybersecurityKnowledgeGraphConfig",
|
| 102 |
-
"AutoModelForTokenClassification": "model.CybersecurityKnowledgeGraphModel"
|
| 103 |
-
},
|
| 104 |
"event_args_list": [
|
| 105 |
"O",
|
| 106 |
"B-System",
|
|
@@ -146,7 +142,7 @@
|
|
| 146 |
"B-GPE",
|
| 147 |
"I-GPE"
|
| 148 |
],
|
| 149 |
-
"event_argument_model_path": "argument_model_state_dict.pth",
|
| 150 |
"event_nugget_list": [
|
| 151 |
"O",
|
| 152 |
"B-Ransom",
|
|
@@ -160,8 +156,8 @@
|
|
| 160 |
"B-Phishing",
|
| 161 |
"I-Phishing"
|
| 162 |
],
|
| 163 |
-
"event_nugget_model_path": "nugget_model_state_dict.pth",
|
| 164 |
-
"event_realis_model_path": "realis_model_state_dict.pth",
|
| 165 |
"model_type": "cybersecurity_knowledge_graph",
|
| 166 |
"realis_list": [
|
| 167 |
"O",
|
|
|
|
| 97 |
"Supported_Platform"
|
| 98 |
]
|
| 99 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
| 100 |
"event_args_list": [
|
| 101 |
"O",
|
| 102 |
"B-System",
|
|
|
|
| 142 |
"B-GPE",
|
| 143 |
"I-GPE"
|
| 144 |
],
|
| 145 |
+
"event_argument_model_path": "cybersecurity_knowledge_graph/argument_model_state_dict.pth",
|
| 146 |
"event_nugget_list": [
|
| 147 |
"O",
|
| 148 |
"B-Ransom",
|
|
|
|
| 156 |
"B-Phishing",
|
| 157 |
"I-Phishing"
|
| 158 |
],
|
| 159 |
+
"event_nugget_model_path": "cybersecurity_knowledge_graph/nugget_model_state_dict.pth",
|
| 160 |
+
"event_realis_model_path": "cybersecurity_knowledge_graph/realis_model_state_dict.pth",
|
| 161 |
"model_type": "cybersecurity_knowledge_graph",
|
| 162 |
"realis_list": [
|
| 163 |
"O",
|