jwieting commited on
Commit
7186847
1 Parent(s): 08f4fc0

Update modeling_sim.py

Browse files
Files changed (1) hide show
  1. 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 PreTrainedModel, MobileBertModel
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):