Skip to content

Commit f15b7d7

Browse files
committed
fix bug in beacon_ratio_mix
1 parent 042f0e4 commit f15b7d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Long_LLM/activation_beacon/src

Long_LLM/activation_beacon/src/args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class ModelArgs:
117117
metadata={'help': 'Condensing ratios for beacons.'}
118118
)
119119
beacon_ratio_mix: str = field(
120-
default="step-random",
120+
default="adapt-1024",
121121
metadata={'help': 'How to determine the beacon_ratio for each input. {step-random, instance-random, mix-random, adapt-x}'}
122122
)
123123
beacon_param: List[str] = field(

0 commit comments

Comments
 (0)