rusen commited on
Commit
79ba16e
·
1 Parent(s): a39c40f

import numpy

Browse files
Files changed (1) hide show
  1. utils.py +1 -0
utils.py CHANGED
@@ -1,4 +1,5 @@
1
  import torch
 
2
 
3
  def model_predict(model, tokenizer, sentences):
4
  """
 
1
  import torch
2
+ import numpy as np
3
 
4
  def model_predict(model, tokenizer, sentences):
5
  """