falcon-40b/config.json
Matthew Carrigan 4a70170c21 Move to in-library checkpoint (for real this time) (#107)
- Move to in-library checkpoint (e48d41620636bcb72a4f28b1e09308d1e3d1fdf7)
2023-09-29 14:32:25 +00:00

34 lines
1.0 KiB
JSON

{
"alibi": false,
"apply_residual_connection_post_layernorm": false,
"architectures": [
"FalconForCausalLM"
],
"attention_dropout": 0.0,
"auto_map": {
"AutoConfig": "configuration_falcon.FalconConfig",
"AutoModel": "modeling_falcon.FalconModel",
"AutoModelForSequenceClassification": "modeling_falcon.FalconForSequenceClassification",
"AutoModelForTokenClassification": "modeling_falcon.FalconForTokenClassification",
"AutoModelForQuestionAnswering": "modeling_falcon.FalconForQuestionAnswering",
"AutoModelForCausalLM": "modeling_falcon.FalconForCausalLM"
},
"bias": false,
"bos_token_id": 11,
"eos_token_id": 11,
"hidden_dropout": 0.0,
"hidden_size": 8192,
"initializer_range": 0.02,
"layer_norm_epsilon": 1e-05,
"model_type": "falcon",
"new_decoder_architecture": true,
"num_attention_heads": 128,
"num_hidden_layers": 60,
"num_kv_heads": 8,
"parallel_attn": true,
"torch_dtype": "bfloat16",
"transformers_version": "4.27.4",
"use_cache": true,
"vocab_size": 65024
}