drzo commited on
Commit
faf7831
·
verified ·
1 Parent(s): 3dc1165

Training update: run 396, 500 iters, cache_key=ci

Browse files
Files changed (3) hide show
  1. README.md +4 -4
  2. pytorch_model.bin +1 -1
  3. training_metadata.json +13 -13
README.md CHANGED
@@ -25,10 +25,10 @@ capabilities inspired by cognitive science and AGI research.
25
 
26
  ## Training Details
27
 
28
- - **Checkpoint ID**: ckpt_20260503_135529_500_22deff1b_9470fbb7
29
- - **Training Iteration**: 500
30
- - **Validation Loss**: 7.486443996429443
31
- - **Quality Score**: 76800.67284232653
32
 
33
  ## Echo Self Features
34
 
 
25
 
26
  ## Training Details
27
 
28
+ - **Checkpoint ID**: ckpt_20260503_193807_1000_22deff1b_9470fbb7
29
+ - **Training Iteration**: 1000
30
+ - **Validation Loss**: 3.137041244506836
31
+ - **Quality Score**: 153600.45347570628
32
 
33
  ## Echo Self Features
34
 
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a714dbd62e0aad16a919c72ca6b40d0a1eb5fe662a6e1e42c35994455fde5289
3
  size 51464851
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1496ff3de5292565505fe663c4e152f37748b693d97dea7d57634dc6a06a899d
3
  size 51464851
training_metadata.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "checkpoint_id": "ckpt_20260503_135529_500_22deff1b_9470fbb7",
3
- "created_at": "2026-05-03T13:55:30.005927",
4
- "iteration": 500,
5
  "epoch": 0,
6
  "train_loss": 0.0,
7
- "val_loss": 7.486443996429443,
8
- "learning_rate": 1.3971999999999998e-05,
9
  "model_config": {
10
  "n_layer": 4,
11
  "n_head": 4,
@@ -36,20 +36,20 @@
36
  "block_size": 1024
37
  },
38
  "metrics": {
39
- "val_loss": 7.486443996429443,
40
- "connection_ratio": 0.3,
41
- "tokens_processed": 1024000,
42
- "training_speed_iters_per_sec": 0.0849938317700125
43
  },
44
  "tags": [
45
  "phase_adaptive_mastery",
46
- "low_quality",
47
  "nanecho",
48
  "curriculum",
49
  "introspection"
50
  ],
51
  "parent_checkpoint": null,
52
- "notes": "Training checkpoint at iteration 500 | Phase: adaptive_mastery",
53
- "file_size_mb": 249.29015827178955,
54
- "quality_score": 76800.67284232653
55
  }
 
1
  {
2
+ "checkpoint_id": "ckpt_20260503_193807_1000_22deff1b_9470fbb7",
3
+ "created_at": "2026-05-03T19:38:07.166579",
4
+ "iteration": 1000,
5
  "epoch": 0,
6
  "train_loss": 0.0,
7
+ "val_loss": 3.137041244506836,
8
+ "learning_rate": 2.7972e-05,
9
  "model_config": {
10
  "n_layer": 4,
11
  "n_head": 4,
 
36
  "block_size": 1024
37
  },
38
  "metrics": {
39
+ "val_loss": 3.137041244506836,
40
+ "connection_ratio": 0.5499999999999999,
41
+ "tokens_processed": 2048000,
42
+ "training_speed_iters_per_sec": 0.10326082797148191
43
  },
44
  "tags": [
45
  "phase_adaptive_mastery",
46
+ "medium_quality",
47
  "nanecho",
48
  "curriculum",
49
  "introspection"
50
  ],
51
  "parent_checkpoint": null,
52
+ "notes": "Training checkpoint at iteration 1000 (resumed from iteration 500) | Phase: adaptive_mastery",
53
+ "file_size_mb": 249.29106044769287,
54
+ "quality_score": 153600.45347570628
55
  }