Update modelling_hat.py
Browse files- 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 |
"""
|