mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-10-30 18:40:16 +08:00
hf correction
This commit is contained in:
@@ -25,7 +25,7 @@ def run(bert_model: str):
|
||||
|
||||
if __name__ == "__main__":
|
||||
parser = argparse.ArgumentParser(
|
||||
description="Run the BERT model using HuggingFace Transformers."
|
||||
description="Run the BERT model using Hugging Face Transformers."
|
||||
)
|
||||
parser.add_argument(
|
||||
"--bert-model",
|
||||
|
||||
Reference in New Issue
Block a user