mario-rc's picture
Release common-recipe model and update model card
8cf8659 verified
Raw
History Blame Contribute Delete
1.35 kB
{
"architectures": [
"RewardModelWithGating"
],
"attention_bias": false,
"attention_dropout": 0.0,
"auto_map": {
"AutoModel": "modeling_custom.RewardModelWithGating"
},
"bos_token_id": 128000,
"dtype": "bfloat16",
"eos_token_id": 128001,
"gating_active_attribute_indices": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
],
"gating_dropout": 0.05,
"gating_hidden_dim": 64,
"gating_learnable_logit_scale": false,
"gating_logit_scale": 4.0,
"gating_n_hidden": 1,
"gating_temperature": 2.0,
"head_dim": 128,
"hidden_act": "silu",
"hidden_size": 4096,
"id2label": {
"0": "LABEL_0"
},
"initializer_range": 0.02,
"intermediate_size": 14336,
"label2id": {
"LABEL_0": 0
},
"max_position_embeddings": 8192,
"mlp_bias": false,
"model_type": "llama",
"num_attention_heads": 32,
"num_hidden_layers": 32,
"num_key_value_heads": 8,
"num_objectives": 23,
"pad_token_id": 128256,
"pretraining_tp": 1,
"rms_norm_eps": 1e-05,
"rope_parameters": {
"rope_theta": 500000.0,
"rope_type": "default"
},
"shared_prompt_gating": true,
"tie_word_embeddings": false,
"transformers_version": "5.3.0",
"use_cache": false,
"vocab_size": 128257
}