Skip to content

Commit

Permalink
chore(doc): Add info on changing role in sharegpt (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
NanoCode012 authored Nov 22, 2023
1 parent 575a082 commit 9fc29e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9fc29e0

Please sign in to comment.