Views
No views yet
moire_phase2_weights_final.pt) for MoireFormer,
a fundamentally new neural network architecture that replaces standard scalar dot-product attention with Moiré phase-interference wave mechanics.Q · K^T, this model splits token embeddings into amplitude and phase
(q_amp, q_phase) and computes attention through geometric wave resonance (q_real * k_real + q_imag * k_imag).
This proves that artificial intelligence can be trained using the continuous, biological wave-geometry observed
in human EEGs.AutoModel pipeline.1git clone [https://github.com/anttiluode/MoireFormer.git](https://github.com/anttiluode/MoireFormer.git)
2cd MoireFormer
32. Download the Weights:
4Download moire_phase2_weights_final.pt from the Files and versions tab of this Hugging Face repository and place
5it in your cloned MoireFormer folder.
6
73. Run the Chat Interface:
8
9pip install torch transformers datasets
10
11python moire_chat.py --weights moire_phase2_weights_final.pt --size large
12
13Training Curriculum
14
15The model was trained in two continuous phases to demonstrate that wave-fields avoid catastrophic forgetting via
16
17phase-locking (destructive and constructive interference):
18
19Phase 1 (Base Geometry): 15 Epochs on a mixed dataset of Databricks Dolly-15k, WikiText-2, and OpenAssistant.
20
21This established the foundational phase-space for English and conversational structure.
22
23Phase 2 (Phase-Space Expansion): 5 Epochs finetuning on the Guanaco dataset to refine logical geometry
24
25and instruction-following, organically expanding the model's topological complexity without overwriting previous data.
26(Perhaps?)