mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-03-19 03:44:39 +01:00
Explain the dialogue tokenization output
This commit is contained in:
parent
89c862b179
commit
833a1138fa
|
|
@ -446,7 +446,7 @@ if args.chat or args.cai_chat:
|
|||
_history.append(entry)
|
||||
entry = ['', '']
|
||||
|
||||
print(f"\nDialogue tokenized to:\n\n", end='')
|
||||
print(f"\nDialogue tokenized to (formatted as [question, reply]):\n\n", end='')
|
||||
for i in _history:
|
||||
print(i)
|
||||
print("--------------------\n", end='')
|
||||
|
|
|
|||
Loading…
Reference in a new issue