igorktech commited on
Commit
b4de9a8
1 Parent(s): 060b9a1

Update modelling_hat.py

Browse files
Files changed (1) hide show
  1. modelling_hat.py +1 -1
modelling_hat.py CHANGED
@@ -431,7 +431,7 @@ class SentenceClassifierOutput(ModelOutput):
431
 
432
 
433
 
434
- from configuration_hat import HATConfig
435
 
436
  class HATEmbeddings(nn.Module):
437
  """
 
431
 
432
 
433
 
434
+ from .configuration_hat import HATConfig
435
 
436
  class HATEmbeddings(nn.Module):
437
  """