File size: 616 Bytes
69f5b7b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
{
"architectures": [
"HF_GPTForCausalLM"
],
"bos_token_id": 1,
"conv_size": 4,
"eos_token_id": 2,
"expand_k": 1.0,
"expand_v": 1.0,
"hidden_size": null,
"mode": "fused_chunk",
"model_type": "hf_gpt",
"name": "LLaMA_1.3B_SWA",
"norm_eps": 1e-05,
"norm_first": false,
"num_heads": 4,
"pad_token_id": 0,
"qk_activation": "silu",
"qk_norm": "l2",
"tie_word_embeddings": false,
"torch_dtype": "float32",
"transformers_version": "4.43.2",
"use_beta": true,
"use_cache": true,
"use_gate": false,
"use_output_norm": true,
"use_short_conv": true,
"vocab_size": 32000
}
|