Nanobit commited on
Commit
9fc29e0
1 Parent(s): 575a082

chore(doc): Add info on changing role in sharegpt (#886)

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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