hf correction

This commit is contained in:
Awni Hannun
2023-12-12 17:08:04 -08:00
parent e0a53edb46
commit a99e9d551e
5 changed files with 9 additions and 9 deletions

View File

@@ -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",