From 207e7627f9d5e00dde5257d4f09ce1d81c1ef2d2 Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Tue, 15 Oct 2024 00:41:50 +0700 Subject: [PATCH] fix(doc): formatting --- docs/dataset-formats/conversation.qmd | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/dataset-formats/conversation.qmd b/docs/dataset-formats/conversation.qmd index 4660ca102..c7273c5be 100644 --- a/docs/dataset-formats/conversation.qmd +++ b/docs/dataset-formats/conversation.qmd @@ -96,7 +96,6 @@ datasets: conversation: chatml # new (if using tokenizer's chat_template) -```yaml datasets: - path: ... type: chat_template @@ -106,7 +105,6 @@ datasets: message_field_content: value # new (if setting a new chat_template like chatml, gemma, etc) -```yaml chat_template: chatml datasets: - path: ...