GMLHUHE commited on
Commit
6fd31b0
·
verified ·
1 Parent(s): cdf871b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -59,8 +59,8 @@ except ValueError:
59
  thinking_content = tokenizer.decode(output_ids[:index], skip_special_tokens=True).strip("\n")
60
  content = tokenizer.decode(output_ids[index:], skip_special_tokens=True).strip("\n")
61
 
62
- print("psychologist thinking content:", thinking_content)
63
- print("psychologist content:", content)
64
  ```
65
 
66
  ---
 
59
  thinking_content = tokenizer.decode(output_ids[:index], skip_special_tokens=True).strip("\n")
60
  content = tokenizer.decode(output_ids[index:], skip_special_tokens=True).strip("\n")
61
 
62
+ print("PsyLLM thinking content:", thinking_content)
63
+ print("PsyLLM content:", content)
64
  ```
65
 
66
  ---