File size: 923 Bytes
746496b |
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 31 32 33 34 35 36 37 38 39 |
{
"_name_": "AMPLIFY",
"architectures": [
"AMPLIFY"
],
"att_bias": false,
"auto_map": {
"AutoConfig": "amplify.AMPLIFYConfig",
"AutoModel": "amplify.AMPLIFY"
},
"bias": false,
"bos_token_id": 3,
"decoder_init_range": 0.02,
"dropout_prob": 0,
"embedding_init_range": 0.02,
"eos_token_id": 4,
"ffn_bias": false,
"hidden_act": "SwiGLU",
"hidden_size": 640,
"intermediate_size": 2560,
"layer_norm_after_embedding": false,
"layer_norm_before_last_layer": true,
"mask_token_id": 2,
"max_length": 2048,
"model_type": "AMPLIFY",
"norm_eps": 1e-05,
"num_attention_heads": 10,
"num_hidden_layers": 24,
"other_special_token_ids": null,
"pad_token_id": 0,
"pre_activation_layer_norm": true,
"rms_norm": true,
"torch_dtype": "float32",
"transformers_version": "4.38.2",
"unk_token_id": 1,
"vocab_path": "conf/tokenizer/amplify_vocab.txt",
"vocab_size": 27
}
|