Pendrokar commited on
Commit
d53cfe9
·
verified ·
1 Parent(s): d627362

distilbert => bert; distilbert didn't exist

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
- "DistilBertForMultilabelSequenceClassification"
6
  ],
7
  "attention_dropout": 0.1,
8
  "attention_probs_dropout_prob": 0.1,
 
1
  {
2
+ "_name_or_path": "bert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
+ "BertForMultilabelSequenceClassification"
6
  ],
7
  "attention_dropout": 0.1,
8
  "attention_probs_dropout_prob": 0.1,