context-is-key-forecasting
context-is-key-forecasting copied to clipboard
No instruct dp
Adds support for using Direct Prompt for models that are do not support instructions in HF.
- Checks if the tokenizer has a chat template.
- If not, the context is simply concatenated into one long string and feed to the model.
By the way, I'm testing if the code works for other base models. Will get back on that. Update: It works!! Yay!