yurakuratov commited on
Commit
d5f153f
·
1 Parent(s): 5be45a5

fix: set automodel to BertForSequenceClassification

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
  "architectures": [
3
- "BertForMaskedLM"
4
  ],
5
  "auto_map": {
6
- "AutoModel": "modeling_bert.BertForMaskedLM"
7
  },
8
  "attention_probs_dropout_prob": 0.1,
9
  "gradient_checkpointing": false,
 
1
  {
2
  "architectures": [
3
+ "BertForSequenceClassification"
4
  ],
5
  "auto_map": {
6
+ "AutoModel": "modeling_bert.BertForSequenceClassification"
7
  },
8
  "attention_probs_dropout_prob": 0.1,
9
  "gradient_checkpointing": false,