ankur310794 commited on
Commit
d83adf7
1 Parent(s): 4c58bd0

updated to QA

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -1,8 +1,9 @@
1
  {
2
  "architectures": [
3
- "BertForMaskedLM"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
 
6
  "gradient_checkpointing": false,
7
  "hidden_act": "gelu",
8
  "hidden_dropout_prob": 0.1,
 
1
  {
2
  "architectures": [
3
+ "BertForQuestionAnswering"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
+ "finetuning_task": "Natual Questions",
7
  "gradient_checkpointing": false,
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.1,