Simo76 commited on
Commit
10cb430
·
1 Parent(s): fbda44c

Revise README with Tinker run results and observations

Browse files

Updated validation results and key observations for the Tinker run with Llama-3.2-1B. Improved clarity on stress recovery cycle and added details on reversibility.

Files changed (1) hide show
  1. README.md +10 -12
README.md CHANGED
@@ -17,26 +17,24 @@ The system uses a synaptic control parameter **φ(t)** derived from:
17
  - **E**: Multi-task error
18
  - **S**: Memory stability
19
 
20
- ```
21
  φ(t) = f(C, E, S, ΔC, ΔE, ΔS)
22
- ```
23
 
24
  ## Validation Results
25
 
26
- ### 🧪 Production LLM (Tinker + Llama-3.2-1B)
27
 
28
- Full stress→recovery cycle demonstrated on cloud GPU:
 
29
 
30
- ```
31
- [250] Mode=1 φ=0.333 E_s=0.500 lr=5e-4 (Multi stable)
32
- >>> SHOCK @ step 300
33
- [350] Mode=2 φ=0.827 E_s=4.979 lr=1e-4 (Mirror activated)
34
- >>> RECOVERY @ step 500
35
- [550] Mode=1 φ=0.371 E_s=0.521 lr=5e-4 (Multi return)
36
  [700] Mode=1 φ=0.333 E_s=0.500 lr=5e-4 (baseline restored)
37
- ```
38
 
39
- **Key finding**: Complete reversibility (φ: 0.33 → 0.83 → 0.33)
 
40
 
41
  ### 📊 Standard Benchmark (GLUE MRPC + DistilBERT)
42
 
 
17
  - **E**: Multi-task error
18
  - **S**: Memory stability
19
 
 
20
  φ(t) = f(C, E, S, ΔC, ΔE, ΔS)
 
21
 
22
  ## Validation Results
23
 
24
+ ### 🧪 Tinker run (Llama-3.2-1B, cloud GPU)
25
 
26
+ A controlled run demonstrating a full **stress recovery cycle** and adaptive mode switching.
27
+ This experiment illustrates the behavior of **φ(t)** under induced instability; it is **not a production deployment claim**.
28
 
29
+ [250] Mode=1 φ=0.333 E_s=0.500 lr=5e-4 (Multi stable)
30
+ >>> SHOCK @ step 300
31
+ [350] Mode=2 φ=0.827 E_s=4.979 lr=1e-4 (Mirror activated)
32
+ >>> RECOVERY @ step 500
33
+ [550] Mode=1 φ=0.371 E_s=0.521 lr=5e-4 (Multi return)
 
34
  [700] Mode=1 φ=0.333 E_s=0.500 lr=5e-4 (baseline restored)
 
35
 
36
+ **Key observation (this run):**
37
+ φ returns close to its pre-shock regime after recovery (example: 0.33 → 0.83 → 0.33), indicating reversible stress handling within this setup.
38
 
39
  ### 📊 Standard Benchmark (GLUE MRPC + DistilBERT)
40