georgian-io/LLM-Finetuning-Toolkit

Make column variable format in prompt `{{ var }}` instead of `{ var }`

benjaminye opened this issue · 0 comments

This improves user experience when desire output is json

E.g.

prompt_stub:
  >-
  {
    "foo": {col_1},
    "bar": {col_2}
  }

The current approach would not work as we're capturing everything inside {}