d-Matrix commited on
Commit
7e41789
1 Parent(s): 036923e

Update modeling_gptj.py

Browse files
Files changed (1) hide show
  1. modeling_gptj.py +1 -1
modeling_gptj.py CHANGED
@@ -363,7 +363,7 @@ class GPTJBlock(nn.Module):
363
  return outputs # hidden_states, present, (attentions)
364
 
365
 
366
- class GPTJPreTrainedModel(DmxPreTrainedModel):
367
  """
368
  An abstract class to handle weights initialization and a simple interface for downloading and loading pretrained
369
  models.
 
363
  return outputs # hidden_states, present, (attentions)
364
 
365
 
366
+ class GPTJPreTrainedModel(PreTrainedModel):
367
  """
368
  An abstract class to handle weights initialization and a simple interface for downloading and loading pretrained
369
  models.