row56 commited on
Commit
242206b
·
verified ·
1 Parent(s): d2d3366

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -4
config.json CHANGED
@@ -1,8 +1,6 @@
1
  {
2
  "_name_or_path": "microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext",
3
- "architectures": [
4
- "BertForMaskedLM"
5
- ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
8
  "hidden_act": "gelu",
@@ -12,7 +10,7 @@
12
  "intermediate_size": 3072,
13
  "layer_norm_eps": 1e-12,
14
  "max_position_embeddings": 514,
15
- "model_type": "bert",
16
  "num_attention_heads": 12,
17
  "num_hidden_layers": 12,
18
  "pad_token_id": 0,
 
1
  {
2
  "_name_or_path": "microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext",
3
+ "architectures": ["ProtoForMultiLabelClassification"],
 
 
4
  "attention_probs_dropout_prob": 0.1,
5
  "classifier_dropout": null,
6
  "hidden_act": "gelu",
 
10
  "intermediate_size": 3072,
11
  "layer_norm_eps": 1e-12,
12
  "max_position_embeddings": 514,
13
+ "model_type": "proto",
14
  "num_attention_heads": 12,
15
  "num_hidden_layers": 12,
16
  "pad_token_id": 0,