Explorar o código

Explain the dialogue tokenization output

oobabooga %!s(int64=3) %!d(string=hai) anos
pai
achega
833a1138fa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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='')