selfconstruct3d commited on
Commit
165f4f8
·
verified ·
1 Parent(s): 0462d37

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- #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)
 
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)