Upload encoder/config.json with huggingface_hub
Browse files- encoder/config.json +60 -0
encoder/config.json
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"builder_config": {
|
| 3 |
+
"apply_query_key_layer_scaling": false,
|
| 4 |
+
"cross_attention": false,
|
| 5 |
+
"gather_context_logits": false,
|
| 6 |
+
"gather_generation_logits": false,
|
| 7 |
+
"gpus_per_node": 8,
|
| 8 |
+
"has_position_embedding": false,
|
| 9 |
+
"has_token_type_embedding": false,
|
| 10 |
+
"head_size": 64,
|
| 11 |
+
"hidden_act": "gelu_new",
|
| 12 |
+
"hidden_size": 2048,
|
| 13 |
+
"int8": false,
|
| 14 |
+
"max_batch_size": 8,
|
| 15 |
+
"max_beam_width": 1,
|
| 16 |
+
"max_decoder_input_len": 1,
|
| 17 |
+
"max_encoder_input_len": 1024,
|
| 18 |
+
"max_output_len": 200,
|
| 19 |
+
"max_position_embeddings": 512,
|
| 20 |
+
"max_prompt_embedding_table_size": 0,
|
| 21 |
+
"name": "flan-t5-xl",
|
| 22 |
+
"num_heads": 32,
|
| 23 |
+
"num_layers": 24,
|
| 24 |
+
"parallel_build": false,
|
| 25 |
+
"pipeline_parallel": 1,
|
| 26 |
+
"precision": "float32",
|
| 27 |
+
"tensor_parallel": 1,
|
| 28 |
+
"use_refit": false,
|
| 29 |
+
"vocab_size": 32128
|
| 30 |
+
},
|
| 31 |
+
"plugin_config": {
|
| 32 |
+
"attention_qk_half_accumulation": false,
|
| 33 |
+
"bert_attention_plugin": "float32",
|
| 34 |
+
"context_fmha_type": 0,
|
| 35 |
+
"enable_xqa": false,
|
| 36 |
+
"gemm_plugin": "float32",
|
| 37 |
+
"gpt_attention_plugin": "float32",
|
| 38 |
+
"identity_plugin": null,
|
| 39 |
+
"layernorm_plugin": null,
|
| 40 |
+
"layernorm_quantization_plugin": null,
|
| 41 |
+
"lookup_plugin": null,
|
| 42 |
+
"lora_plugin": null,
|
| 43 |
+
"multi_block_mode": false,
|
| 44 |
+
"nccl_plugin": null,
|
| 45 |
+
"paged_kv_cache": false,
|
| 46 |
+
"quantize_per_token_plugin": false,
|
| 47 |
+
"quantize_tensor_plugin": false,
|
| 48 |
+
"remove_input_padding": true,
|
| 49 |
+
"rmsnorm_plugin": null,
|
| 50 |
+
"rmsnorm_quantization_plugin": null,
|
| 51 |
+
"selective_scan_plugin": false,
|
| 52 |
+
"smooth_quant_gemm_plugin": null,
|
| 53 |
+
"tokens_per_block": 0,
|
| 54 |
+
"use_context_fmha_for_generation": false,
|
| 55 |
+
"use_custom_all_reduce": false,
|
| 56 |
+
"use_paged_context_fmha": false,
|
| 57 |
+
"weight_only_groupwise_quant_matmul_plugin": null,
|
| 58 |
+
"weight_only_quant_matmul_plugin": null
|
| 59 |
+
}
|
| 60 |
+
}
|