tmills commited on
Commit
3d686d2
1 Parent(s): 7d0b2ae

Hack the config to workaround a bug in the code.

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -83,8 +83,8 @@
83
  },
84
  "encoder_name": "microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract",
85
  "finetuning_task": [
86
- "timex",
87
  "event",
 
88
  "tlinkx"
89
  ],
90
  "hidden_dropout_prob": 0.1,
 
83
  },
84
  "encoder_name": "microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract",
85
  "finetuning_task": [
 
86
  "event",
87
+ "timex",
88
  "tlinkx"
89
  ],
90
  "hidden_dropout_prob": 0.1,