diff --git a/config.json b/config.json index bc2a764..e69de29 100644 --- a/config.json +++ b/config.json @@ -1,25 +0,0 @@ -{ - "architectures": [ - "T5WithLMHeadModel" - ], - "d_ff": 2048, - "d_kv": 64, - "d_model": 512, - "dropout_rate": 0.1, - "finetuning_task": null, - "initializer_factor": 1.0, - "is_decoder": false, - "layer_norm_epsilon": 1e-06, - "n_positions": 512, - "num_heads": 8, - "num_labels": 2, - "num_layers": 6, - "output_attentions": false, - "output_hidden_states": false, - "output_past": true, - "pruned_heads": {}, - "relative_attention_num_buckets": 32, - "torchscript": false, - "use_bfloat16": false, - "vocab_size": 32128 -}