瀏覽代碼

Explain the dialogue tokenization output

oobabooga 3 年之前
父節點
當前提交
833a1138fa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      server.py

+ 1 - 1
server.py

@@ -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='')