cpi-connect
commited on
Commit
·
4da3db2
1
Parent(s):
5289cae
Upload config
Browse files- config.json +9 -0
config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"auto_map": {
|
3 |
+
"AutoConfig": "configuration.CybersecurityKnowledgeGraphConfig"
|
4 |
+
},
|
5 |
+
"event_argument_model_path": "argument_model_state_dict.pth",
|
6 |
+
"event_nugget_model_path": "nugget_model_state_dict.pth",
|
7 |
+
"event_realis_model_path": "realis_model_state_dict.pth",
|
8 |
+
"transformers_version": "4.33.2"
|
9 |
+
}
|