maximuspowers commited on
Commit
b8e54ae
1 Parent(s): 248b1f9

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -4
config.json CHANGED
@@ -1,9 +1,7 @@
1
  {
2
  "_name_or_path": "bert-base-uncased",
3
  "num_labels": 7,
4
- "architectures": [
5
- "BertForTokenClassification"
6
- ],
7
  "attention_probs_dropout_prob": 0.1,
8
  "classifier_dropout": null,
9
  "gradient_checkpointing": false,
@@ -41,5 +39,5 @@
41
  "transformers_version": "4.42.4",
42
  "type_vocab_size": 2,
43
  "use_cache": true,
44
- "vocab_size": 30522,
45
  }
 
1
  {
2
  "_name_or_path": "bert-base-uncased",
3
  "num_labels": 7,
4
+ "architectures": ["BertForTokenClassification"],
 
 
5
  "attention_probs_dropout_prob": 0.1,
6
  "classifier_dropout": null,
7
  "gradient_checkpointing": false,
 
39
  "transformers_version": "4.42.4",
40
  "type_vocab_size": 2,
41
  "use_cache": true,
42
+ "vocab_size": 30522
43
  }