Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ Upon opening Emotet maldocs , victims are greeted with fake Microsoft 365 prompt
|
|
8 |
"""
|
9 |
|
10 |
### Labels for entity prediction
|
11 |
-
|
12 |
|
13 |
### Perform entity prediction
|
14 |
entities = model.predict_entities(text, labels, threshold=0.5)
|
|
|
8 |
"""
|
9 |
|
10 |
### Labels for entity prediction
|
11 |
+
labels = ['CLICommand/CodeSnippet','CON','DATE','GROUP','LOC','MALWARE','ORG','SECTOR','TACTIC','TECHNIQUE','TOOL']
|
12 |
|
13 |
### Perform entity prediction
|
14 |
entities = model.predict_entities(text, labels, threshold=0.5)
|