Skip to content
New issue

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

{placeholder_token} vs *s in inference #29

Open
bsun0802 opened this issue Oct 20, 2023 · 1 comment
Open

{placeholder_token} vs *s in inference #29

bsun0802 opened this issue Oct 20, 2023 · 1 comment

Comments

@bsun0802
Copy link

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

@wangyePHD
Copy link

{placeholder_token} will be replace with *s when domain-duning process

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants