| { |
| "architectures": [ |
| "AlibiForCausalLM" |
| ], |
| "attention_bias": false, |
| "auto_map": { |
| "AutoConfig": "configuration_alibi.TransformerConfig", |
| "AutoModelForCausalLM": "modeling_alibi.TransformerForCausalLM" |
| }, |
| "bos_token_id": null, |
| "elementwise_affine": true, |
| "eos_token_id": null, |
| "fuse_cross_entropy": true, |
| "fuse_norm": true, |
| "hidden_act": "swish", |
| "hidden_ratio": 4, |
| "hidden_size": 256, |
| "initializer_range": 0.02, |
| "intermediate_size": null, |
| "max_position_embeddings": null, |
| "model_type": "transformer-project_fox", |
| "norm_eps": 1e-06, |
| "num_heads": 4, |
| "num_hidden_layers": 2, |
| "num_kv_heads": null, |
| "rope_base": 500000.0, |
| "tie_word_embeddings": false, |
| "torch_dtype": "float32", |
| "transformers_version": "4.44.0", |
| "use_alibi": true, |
| "use_cache": true, |
| "use_rope": false, |
| "vocab_size": 50277, |
| "window_size": null |
| } |
|
|