Sifal commited on
Commit
e27e5ab
·
verified ·
1 Parent(s): d99fa4e

Update automodel.py

Browse files
Files changed (1) hide show
  1. automodel.py +1 -1
automodel.py CHANGED
@@ -84,7 +84,7 @@ class MosaicBertForEmbeddingGeneration(BertPreTrainedModel):
84
  # batch_size, hidden_dim
85
  return encoder_outputs_all
86
 
87
- class MosaicBertForSequenceClassification(BertPreTrainedModel):
88
  """Bert Model transformer with a sequence classification/regression head.
89
  This head is just a linear layer on top of the pooled output.
90
  """
 
84
  # batch_size, hidden_dim
85
  return encoder_outputs_all
86
 
87
+ class ClinicalMosaicForSequenceClassification(BertPreTrainedModel):
88
  """Bert Model transformer with a sequence classification/regression head.
89
  This head is just a linear layer on top of the pooled output.
90
  """