Преглед изворни кода

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