Update config.json
Browse files- config.json +0 -5
config.json
CHANGED
@@ -1,16 +1,11 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/mnt/msranlpintern/models/markuplm-large_500k_ffn_scale-as-roberta_lr5e-5/checkpoint-240000/",
|
3 |
"architectures": [
|
4 |
"MarkupLMForQuestionAnswering"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"bos_token_id": 0,
|
8 |
"classifier_dropout": null,
|
9 |
-
"disable_xpath_emb": false,
|
10 |
-
"enable_xpath_emb_normalize": false,
|
11 |
"eos_token_id": 2,
|
12 |
-
"ffn_proj": true,
|
13 |
-
"fix_xpath_proj": false,
|
14 |
"gradient_checkpointing": false,
|
15 |
"has_relative_attention_bias": false,
|
16 |
"has_tree_attention_bias": false,
|
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"MarkupLMForQuestionAnswering"
|
4 |
],
|
5 |
"attention_probs_dropout_prob": 0.1,
|
6 |
"bos_token_id": 0,
|
7 |
"classifier_dropout": null,
|
|
|
|
|
8 |
"eos_token_id": 2,
|
|
|
|
|
9 |
"gradient_checkpointing": false,
|
10 |
"has_relative_attention_bias": false,
|
11 |
"has_tree_attention_bias": false,
|