Update README.md
Browse files
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("
|
| 63 |
-
print("
|
| 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 |
---
|