Gautam6 commited on
Commit
7852e98
·
verified ·
1 Parent(s): 5c38382

Add training_loss_history.json

Browse files
Files changed (1) hide show
  1. training_loss_history.json +19 -4
training_loss_history.json CHANGED
@@ -1,6 +1,21 @@
1
  {
2
- "status": "AGI_BRAIN_RESET_TO_ZERO",
3
- "message": "Purged all previous memories. Starting AGI training from scratch.",
4
- "step": 0,
5
- "loss": 0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  }
 
1
  {
2
+ "model": "Gautam6/GautamAI",
3
+ "architecture": "GautamForCausalLM",
4
+ "last_updated": "2026-08-25T15:46:02.284Z",
5
+ "training_run": {
6
+ "active_feature": "Formal Mathematics & Theorem Proving AGI Engine v3.0",
7
+ "epoch": 1,
8
+ "global_step": 128,
9
+ "loss": 0.15689999999999316,
10
+ "perplexity": 1.1698786201892986,
11
+ "gradient_norm": 1.7466,
12
+ "learning_rate": 0.0001067,
13
+ "weight_sparsity_percent": 42.5,
14
+ "convergence_status": "ACTIVE_GRADIENT_DESCENT",
15
+ "optimizer": "AdamW (beta1=0.9, beta2=0.999, eps=1e-8, weight_decay=0.01)",
16
+ "lr_scheduler": "CosineAnnealingWithWarmup",
17
+ "attention_mechanism": "Grouped-Query Attention (GQA, heads=8, kv_heads=2) + RoPE",
18
+ "activation": "SwiGLU",
19
+ "precision": "4-Bit Sparse Optimized (FP32 master weights)"
20
+ }
21
  }