File size: 602 Bytes
6cc1a16 | 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 | {
"_name_or_path": "weights/ablang2-hf",
"architectures": [
"AbLang2"
],
"attention_probs_dropout_prob": 0.1,
"bias": true,
"hidden_act": "swiglu",
"hidden_dropout_prob": 0.1,
"hidden_size": 480,
"initializer_range": 0.02,
"intermediate_size": 1920,
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "ablang2",
"num_attention_heads": 20,
"num_hidden_layers": 12,
"pad_token_id": 0,
"qk_layernorm": false,
"residue_scaling": 1.0,
"torch_dtype": "float32",
"transformers_version": "4.46.3",
"use_flash_attn": false,
"vocab_size": 26
}
|