File size: 1,634 Bytes
d8b65a5 | 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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | {
"allow_negative_eigenvalues": false,
"architecture": "TinyGDNForCausalLM",
"architectures": [
"TinyGDNForCausalLM"
],
"attention_dropout": 0.0,
"attention_head_dim": 128,
"bos_token_id": 0,
"checkpoint_step": 16300,
"eos_token_id": 1,
"full_attention_interval": 4,
"hidden_size": 1024,
"initializer_range": 0.02,
"intermediate_size": 2624,
"layer_types": [
"gdn2",
"gdn2",
"gdn2",
"full_attention",
"gdn2",
"gdn2",
"gdn2",
"full_attention",
"gdn2",
"gdn2",
"gdn2",
"full_attention",
"gdn2",
"gdn2",
"gdn2",
"full_attention",
"gdn2",
"gdn2",
"gdn2",
"full_attention",
"gdn2",
"gdn2",
"gdn2",
"full_attention",
"gdn2",
"gdn2",
"gdn2",
"full_attention",
"gdn2",
"gdn2",
"gdn2",
"full_attention"
],
"linear_conv_kernel_dim": 4,
"linear_expand_v": 1.0,
"linear_head_dim": 128,
"linear_num_heads": 8,
"linear_num_value_heads": 8,
"max_position_embeddings": 32768,
"model_family": "Tercet",
"model_name": "Tercet-base",
"model_type": "tiny_gdn",
"mtp_adapter_rank": 128,
"mtp_loss_weight": 0.0,
"mtp_num_heads": 0,
"num_attention_heads": 8,
"num_hidden_layers": 32,
"num_key_value_heads": 2,
"pad_token_id": 2,
"partial_rotary_factor": 0.5,
"rms_norm_eps": 1e-06,
"rope_theta": 1000000.0,
"shared_layer_indices": [],
"stage": "pretrain",
"tie_word_embeddings": true,
"torch_dtype": "bfloat16",
"training_sequence_length": 2048,
"transformers_version": "4.45.0",
"unk_token_id": 3,
"vocab_size": 49152,
"weights": "ema"
}
|