Update modeling_sim.py
Browse files- modeling_sim.py +1 -1
modeling_sim.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import torch
|
2 |
from torch import nn
|
3 |
-
from transformers import
|
4 |
|
5 |
class SimModel(MobileBertModel):
|
6 |
def __init__(self, config):
|
|
|
1 |
import torch
|
2 |
from torch import nn
|
3 |
+
from transformers import PreTrainedMobileBertModel, MobileBertModel
|
4 |
|
5 |
class SimModel(MobileBertModel):
|
6 |
def __init__(self, config):
|