From b6321d222002f40d7d0293af82794eff66ae0597 Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Thu, 10 Oct 2024 18:01:33 +0700 Subject: [PATCH] chore: clarify doc --- docs/config.qmd | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config.qmd b/docs/config.qmd index d8f925dbe..13d8b9e66 100644 --- a/docs/config.qmd +++ b/docs/config.qmd @@ -161,6 +161,7 @@ datasets: message_field_training: training # The key in the message turn that contains the training details. Useful to selectively train on certain tokens in a turn. # The value of the key is a List[Dict] containing `begin_offset` (start character index in content), `end_offset` (end character index in content), and `train` (boolean whether to train). + # See example at `docs/dataset-formats/conversation.qmd` message_field_training_detail: train_detail