Update config.json
Browse files- config.json +2 -5
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_num_labels": 2,
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"bad_words_ids": null,
|
@@ -28,12 +28,10 @@
|
|
28 |
},
|
29 |
"layer_norm_eps": 1e-12,
|
30 |
"length_penalty": 1.0,
|
31 |
-
"mask_init": "constant",
|
32 |
-
"mask_scale": 0.0,
|
33 |
"max_length": 20,
|
34 |
"max_position_embeddings": 512,
|
35 |
"min_length": 0,
|
36 |
-
"model_type": "
|
37 |
"no_repeat_ngram_size": 0,
|
38 |
"num_attention_heads": 12,
|
39 |
"num_beams": 1,
|
@@ -45,7 +43,6 @@
|
|
45 |
"pad_token_id": 0,
|
46 |
"prefix": null,
|
47 |
"pruned_heads": {},
|
48 |
-
"pruning_method": "sigmoied_threshold",
|
49 |
"repetition_penalty": 1.0,
|
50 |
"task_specific_params": null,
|
51 |
"temperature": 1.0,
|
|
|
1 |
{
|
2 |
"_num_labels": 2,
|
3 |
"architectures": [
|
4 |
+
"BertForQuestionAnswering"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"bad_words_ids": null,
|
|
|
28 |
},
|
29 |
"layer_norm_eps": 1e-12,
|
30 |
"length_penalty": 1.0,
|
|
|
|
|
31 |
"max_length": 20,
|
32 |
"max_position_embeddings": 512,
|
33 |
"min_length": 0,
|
34 |
+
"model_type": "bert",
|
35 |
"no_repeat_ngram_size": 0,
|
36 |
"num_attention_heads": 12,
|
37 |
"num_beams": 1,
|
|
|
43 |
"pad_token_id": 0,
|
44 |
"prefix": null,
|
45 |
"pruned_heads": {},
|
|
|
46 |
"repetition_penalty": 1.0,
|
47 |
"task_specific_params": null,
|
48 |
"temperature": 1.0,
|