File size: 586 Bytes
794f115 | 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 | {
"architectures": [
"BranchyCausalModel"
],
"auto_map": {
"AutoConfig": "BranchyModelConfig.BranchyModelConfig",
"AutoModelForCausalLM": "BranchyModel.BranchyCausalModel"
},
"branch_locations": [
6,
12,
18,
24
],
"branch_number": 4,
"confidence_metric": "breaking_ties",
"copy_lm_head": false,
"head_thresholds": [
10.0,
10.0,
10.0,
10.0
],
"head_window_size": 512,
"model_str": "microsoft/phi-2",
"model_type": "branchy",
"penalty_weight": 0.9,
"torch_dtype": "float32",
"transformers_version": "4.40.2"
}
|