mosaicml / llm-foundry

LLM training code for Databricks foundation models

Home Page:https://www.databricks.com/blog/introducing-dbrx-new-state-art-open-llm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick question on finetuning process

palash04 opened this issue · comments

Does the finetuning process in this repo trains only response text and not on prompt text, right?

That is correct!

labels = ([_HF_IGNORE_INDEX] * n_context) + target

Thanks