Update config.json
Browse files- config.json +21 -4
config.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
{
|
| 2 |
-
"architectures":
|
| 3 |
-
"BertForMaskedLM"
|
| 4 |
-
],
|
| 5 |
"attention_probs_dropout_prob": 0.1,
|
|
|
|
|
|
|
|
|
|
| 6 |
"finetuning_task": null,
|
| 7 |
"hidden_act": "gelu",
|
| 8 |
"hidden_dropout_prob": 0.1,
|
|
@@ -19,16 +20,32 @@
|
|
| 19 |
"LABEL_1": 1
|
| 20 |
},
|
| 21 |
"layer_norm_eps": 1e-12,
|
|
|
|
|
|
|
| 22 |
"max_position_embeddings": 512,
|
| 23 |
-
"
|
| 24 |
"num_attention_heads": 12,
|
|
|
|
| 25 |
"num_hidden_layers": 12,
|
| 26 |
"num_labels": 2,
|
|
|
|
|
|
|
| 27 |
"num_tags": 4,
|
| 28 |
"output_attentions": false,
|
| 29 |
"output_hidden_states": false,
|
| 30 |
"output_past": true,
|
|
|
|
| 31 |
"pruned_heads": {},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
"torchscript": false,
|
| 33 |
"type_vocab_size": 2,
|
| 34 |
"use_bfloat16": false,
|
|
|
|
| 1 |
{
|
| 2 |
+
"architectures": null,
|
|
|
|
|
|
|
| 3 |
"attention_probs_dropout_prob": 0.1,
|
| 4 |
+
"bos_token_id": 0,
|
| 5 |
+
"do_sample": false,
|
| 6 |
+
"eos_token_ids": 0,
|
| 7 |
"finetuning_task": null,
|
| 8 |
"hidden_act": "gelu",
|
| 9 |
"hidden_dropout_prob": 0.1,
|
|
|
|
| 20 |
"LABEL_1": 1
|
| 21 |
},
|
| 22 |
"layer_norm_eps": 1e-12,
|
| 23 |
+
"length_penalty": 1.0,
|
| 24 |
+
"max_length": 20,
|
| 25 |
"max_position_embeddings": 512,
|
| 26 |
+
"model_type": "bert",
|
| 27 |
"num_attention_heads": 12,
|
| 28 |
+
"num_beams": 1,
|
| 29 |
"num_hidden_layers": 12,
|
| 30 |
"num_labels": 2,
|
| 31 |
+
"num_polarities": 3,
|
| 32 |
+
"num_return_sequences": 1,
|
| 33 |
"num_tags": 4,
|
| 34 |
"output_attentions": false,
|
| 35 |
"output_hidden_states": false,
|
| 36 |
"output_past": true,
|
| 37 |
+
"pad_token_id": 0,
|
| 38 |
"pruned_heads": {},
|
| 39 |
+
"repetition_penalty": 1.0,
|
| 40 |
+
"tags": [
|
| 41 |
+
"B",
|
| 42 |
+
"I",
|
| 43 |
+
"E",
|
| 44 |
+
"O"
|
| 45 |
+
],
|
| 46 |
+
"temperature": 1.0,
|
| 47 |
+
"top_k": 50,
|
| 48 |
+
"top_p": 1.0,
|
| 49 |
"torchscript": false,
|
| 50 |
"type_vocab_size": 2,
|
| 51 |
"use_bfloat16": false,
|