We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
想问一下,你BERT预训练用的是哪个脚本,是training/pretraing.py还是`BERT_Training.py?
training/pretraing.py
我看了你和两个训练脚本,有些地方不是很明白,为什么初始的训练epoch是5?如果我设为0, trainer = init_trainer(config["lr"], load_model=TRUE)的model没有,怎么加载?
trainer = init_trainer(config["lr"], load_model=TRUE)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
想问一下,你BERT预训练用的是哪个脚本,是
training/pretraing.py
还是`BERT_Training.py?我看了你和两个训练脚本,有些地方不是很明白,为什么初始的训练epoch是5?如果我设为0,
trainer = init_trainer(config["lr"], load_model=TRUE)
的model没有,怎么加载?The text was updated successfully, but these errors were encountered: