From 9fc29e082bcd220943f436a82affb2a4a3d3db78 Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Wed, 22 Nov 2023 15:32:50 +0900 Subject: [PATCH] chore(doc): Add info on changing role in sharegpt (#886) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 740697f53..fc300d605 100644 --- a/README.md +++ b/README.md @@ -543,6 +543,8 @@ datasets: # Optional[str] fastchat conversation type, only used with type: sharegpt conversation: # Options (see Conversation 'name'): https://github.com/lm-sys/FastChat/blob/main/fastchat/conversation.py + field_human: # Optional[str]. Human key to use for conversation. + field_model: # Optional[str]. Assistant key to use for conversation. # Custom user prompt - path: repo