mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-11-03 04:58:09 +08:00
Cleaning implementation for merge
This commit is contained in:
@@ -24,10 +24,10 @@ def run(bert_model: str):
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
parser = argparse.ArgumentParser()
|
||||
parser = argparse.ArgumentParser(description="Run the BERT model using HuggingFace Transformers.")
|
||||
parser.add_argument(
|
||||
"--bert-model",
|
||||
type=str,
|
||||
choices=["bert-base-uncased", "bert-base-cased", "bert-large-uncased", "bert-large-cased"],
|
||||
default="bert-base-uncased",
|
||||
help="The huggingface name of the BERT model to save.",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user