Update model_hf.py
Browse files- model_hf.py +1 -1
model_hf.py
CHANGED
@@ -7,7 +7,7 @@ import torch.nn as nn
|
|
7 |
import torch.nn.functional as F
|
8 |
from torch import Tensor
|
9 |
import fairseq
|
10 |
-
from config_ssl import SSLConfig
|
11 |
|
12 |
___author__ = "Hemlata Tak"
|
13 |
__email__ = "[email protected]"
|
|
|
7 |
import torch.nn.functional as F
|
8 |
from torch import Tensor
|
9 |
import fairseq
|
10 |
+
from .config_ssl import SSLConfig
|
11 |
|
12 |
___author__ = "Hemlata Tak"
|
13 |
__email__ = "[email protected]"
|