From 3ac06c3177fe685e9fba04b1166dde3a65efe70a Mon Sep 17 00:00:00 2001 From: system Date: Fri, 24 Apr 2020 16:06:20 +0000 Subject: [PATCH] Update config.json --- config.json | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/config.json b/config.json index 344dff4..535be25 100644 --- a/config.json +++ b/config.json @@ -7,18 +7,16 @@ "d_model": 512, "decoder_start_token_id": 0, "dropout_rate": 0.1, - "finetuning_task": null, + "eos_token_id": 1, "initializer_factor": 1.0, - "is_decoder": false, + "is_encoder_decoder": true, "layer_norm_epsilon": 1e-06, + "model_type": "t5", "n_positions": 512, "num_heads": 8, - "num_labels": 2, "num_layers": 6, - "output_attentions": false, - "output_hidden_states": false, "output_past": true, - "pruned_heads": {}, + "pad_token_id": 0, "relative_attention_num_buckets": 32, "task_specific_params": { "summarization": { @@ -49,7 +47,5 @@ "prefix": "translate English to Romanian: " } }, - "torchscript": false, - "use_bfloat16": false, "vocab_size": 32128 -} \ No newline at end of file +}