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
In the fine tune code, there is an assert hard code the special token as {placeholder_tokne}.
"{placeholder_token}" in args.prompt_template ), "You must specify the location of placeholder token by '{placeholder_token}'"
what is the logic we use {placeholder_token} in fine-tuning, but *s in pre-train and inference
The text was updated successfully, but these errors were encountered:
{placeholder_token} will be replace with *s when domain-duning process
Sorry, something went wrong.
No branches or pull requests
In the fine tune code, there is an assert hard code the special token as {placeholder_tokne}.
what is the logic we use {placeholder_token} in fine-tuning, but *s in pre-train and inference
The text was updated successfully, but these errors were encountered: