chore(doc): Add info on changing role in sharegpt (#886)
Browse files
README.md
CHANGED
@@ -543,6 +543,8 @@ datasets:
|
|
543 |
|
544 |
# Optional[str] fastchat conversation type, only used with type: sharegpt
|
545 |
conversation: # Options (see Conversation 'name'): https://github.com/lm-sys/FastChat/blob/main/fastchat/conversation.py
|
|
|
|
|
546 |
|
547 |
# Custom user prompt
|
548 |
- path: repo
|
|
|
543 |
|
544 |
# Optional[str] fastchat conversation type, only used with type: sharegpt
|
545 |
conversation: # Options (see Conversation 'name'): https://github.com/lm-sys/FastChat/blob/main/fastchat/conversation.py
|
546 |
+
field_human: # Optional[str]. Human key to use for conversation.
|
547 |
+
field_model: # Optional[str]. Assistant key to use for conversation.
|
548 |
|
549 |
# Custom user prompt
|
550 |
- path: repo
|