mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
space
This commit is contained in:
parent
5f8f2d849a
commit
db2a3b2e01
@ -100,7 +100,7 @@ if __name__ == "__main__":
|
||||
|
||||
parser.add_argument(
|
||||
"--pruning_method",
|
||||
choices=["l0", "magnitude", "topK", "sigmoied_threshold", ],
|
||||
choices=["l0", "magnitude", "topK", "sigmoied_threshold",],
|
||||
type=str,
|
||||
required=True,
|
||||
help="Pruning Method (l0 = L0 regularization, magnitude = Magnitude pruning, topK = Movement pruning, sigmoied_threshold = Soft movement pruning)",
|
||||
|
@ -67,7 +67,7 @@ if __name__ == "__main__":
|
||||
|
||||
parser.add_argument(
|
||||
"--pruning_method",
|
||||
choices=["l0", "topK", "sigmoied_threshold", ],
|
||||
choices=["l0", "topK", "sigmoied_threshold",],
|
||||
type=str,
|
||||
required=True,
|
||||
help="Pruning Method (l0 = L0 regularization, topK = Movement pruning, sigmoied_threshold = Soft movement pruning)",
|
||||
|
Loading…
Reference in New Issue
Block a user