Update example_01_basic_run.py

This commit is contained in:
PSBigBig 2025-06-11 21:21:25 +08:00 committed by GitHub
parent 826260ed10
commit 0255f54565
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,3 +29,5 @@ print("\n● variance ↓ means logits become less noisy")
print("● KL > 0 confirms distribution changed")
print("● top-1 shift shows whether the most probable token switched")
print("⚠ GPT-2 is tiny; larger LLMs show a bigger gap.\n")
print("⚠ Larger LLM → stronger variance drop and higher KL.")