Update splat_attention.py
Browse files- splat_attention.py +4 -0
splat_attention.py
CHANGED
|
@@ -63,6 +63,10 @@
|
|
| 63 |
#
|
| 64 |
# Status: research prototype. Trained-at-scale results pending; treat
|
| 65 |
# every number above as what it is — a measurement on the stated probe.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 66 |
# =========================================================================
|
| 67 |
|
| 68 |
import math
|
|
|
|
| 63 |
#
|
| 64 |
# Status: research prototype. Trained-at-scale results pending; treat
|
| 65 |
# every number above as what it is — a measurement on the stated probe.
|
| 66 |
+
#
|
| 67 |
+
# License: MIT
|
| 68 |
+
# Author: AbstractPhil + Claude
|
| 69 |
+
# Home: https://huggingface.co/AbstractPhil/aleph-splat-0/
|
| 70 |
# =========================================================================
|
| 71 |
|
| 72 |
import math
|