cpi-connect commited on
Commit
12c5ec6
·
1 Parent(s): 1fb2ae2

Upload model

Browse files
Files changed (1) hide show
  1. model.py +0 -1
model.py CHANGED
@@ -58,7 +58,6 @@ class CybersecurityKnowledgeGraphModel(PreTrainedModel):
58
  predicted_label = []
59
  for batch in dataloader:
60
  with torch.no_grad():
61
- print(batch.keys())
62
  logits = model(**batch)
63
 
64
  batch_predicted_label = logits.argmax(-1)
 
58
  predicted_label = []
59
  for batch in dataloader:
60
  with torch.no_grad():
 
61
  logits = model(**batch)
62
 
63
  batch_predicted_label = logits.argmax(-1)