system HF staff commited on
Commit
0b0a3e7
1 Parent(s): 53f6b01

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -4
config.json CHANGED
@@ -3,12 +3,10 @@
3
  "AlbertForQuestionAnswering"
4
  ],
5
  "attention_probs_dropout_prob": 0,
6
- "bos_token_id": null,
7
  "classifier_dropout_prob": 0.1,
8
  "do_sample": false,
9
  "down_scale_factor": 1,
10
  "embedding_size": 128,
11
- "eos_token_ids": null,
12
  "finetuning_task": null,
13
  "gap_size": 0,
14
  "hidden_act": "gelu_new",
@@ -42,7 +40,6 @@
42
  "output_attentions": false,
43
  "output_hidden_states": false,
44
  "output_past": true,
45
- "pad_token_id": null,
46
  "pruned_heads": {},
47
  "repetition_penalty": 1.0,
48
  "temperature": 1.0,
@@ -52,4 +49,4 @@
52
  "type_vocab_size": 2,
53
  "use_bfloat16": false,
54
  "vocab_size": 30000
55
- }
3
  "AlbertForQuestionAnswering"
4
  ],
5
  "attention_probs_dropout_prob": 0,
 
6
  "classifier_dropout_prob": 0.1,
7
  "do_sample": false,
8
  "down_scale_factor": 1,
9
  "embedding_size": 128,
 
10
  "finetuning_task": null,
11
  "gap_size": 0,
12
  "hidden_act": "gelu_new",
40
  "output_attentions": false,
41
  "output_hidden_states": false,
42
  "output_past": true,
 
43
  "pruned_heads": {},
44
  "repetition_penalty": 1.0,
45
  "temperature": 1.0,
49
  "type_vocab_size": 2,
50
  "use_bfloat16": false,
51
  "vocab_size": 30000
52
+ }