Update example_01_basic_run.py

This commit is contained in:
PSBigBig 2025-06-11 21:26:30 +08:00 committed by GitHub
parent e74e631c68
commit b75c3b6883
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,6 +28,6 @@ pretty_print(metrics)
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.")
print("⚠ GPT-2 is tiny; larger LLMs show a bigger gap.")
print("⚠ Larger LLM → stronger variance drop and higher KL.\n")