AbstractPhil commited on
Commit
4d66d52
·
verified ·
1 Parent(s): 41e5824

Epoch 100: 64.35%

Browse files
Files changed (1) hide show
  1. README.md +15 -13
README.md CHANGED
@@ -36,7 +36,7 @@ model-index:
36
 
37
  🚧 **Training in Progress** 🚧
38
 
39
- Current Status: Epoch 50/200
40
 
41
  ---
42
 
@@ -46,17 +46,17 @@ Current Status: Epoch 50/200
46
  |--------|-------|
47
  | **Best Test Accuracy** | **69.08%** |
48
  | **Best Epoch** | 190 |
49
- | **Current Train Accuracy** | 60.98% |
50
- | **Current Test Accuracy** | 57.85% |
51
- | **Current α (Cantor param)** | 0.4221 |
52
  | **Total Parameters** | 198,392,937 |
53
- | **Training Time** | 0:27:32 |
54
 
55
  ### All Training Runs
56
 
57
  | Timestamp | Status | Best Epoch | Test Acc | Train Acc | α |
58
  |-----------|--------|------------|----------|-----------|---|
59
- | `20251010_050315` | 🔄 | 190 | **69.08%** | 60.98% | 0.4221 |
60
 
61
  ### Comparison to State-of-the-Art
62
 
@@ -187,22 +187,24 @@ epoch_checkpoint = hf_hub_download(
187
 
188
  ### Best Checkpoint
189
  - Epoch: 190
190
- - Train Acc: 60.98%
191
  - Test Acc: 69.08%
192
- - Alpha: 0.4221
193
  - Loss: 0.0000
194
 
195
  ### Latest 5 Epochs
196
 
197
- - **Epoch 46**: Train 58.53%, Test 0.00%, α=0.4213, Loss=1.1866
198
- - **Epoch 47**: Train 59.44%, Test 0.00%, α=0.4198, Loss=1.1786
199
- - **Epoch 48**: Train 59.59%, Test 0.00%, α=0.4260, Loss=1.1447
200
- - **Epoch 49**: Train 61.00%, Test 0.00%, α=0.4198, Loss=1.1706
201
- - **Epoch 50**: Train 60.98%, Test 57.85%, α=0.4221, Loss=1.1295
202
 
203
  ### Training Milestones
204
  - 🎯 **50% Accuracy** reached at epoch 35
 
205
  - 📊 **α ≥ 0.40** reached at epoch 9
 
206
 
207
  ---
208
 
 
36
 
37
  🚧 **Training in Progress** 🚧
38
 
39
+ Current Status: Epoch 100/200
40
 
41
  ---
42
 
 
46
  |--------|-------|
47
  | **Best Test Accuracy** | **69.08%** |
48
  | **Best Epoch** | 190 |
49
+ | **Current Train Accuracy** | 72.01% |
50
+ | **Current Test Accuracy** | 64.35% |
51
+ | **Current α (Cantor param)** | 0.4377 |
52
  | **Total Parameters** | 198,392,937 |
53
+ | **Training Time** | 0:56:36 |
54
 
55
  ### All Training Runs
56
 
57
  | Timestamp | Status | Best Epoch | Test Acc | Train Acc | α |
58
  |-----------|--------|------------|----------|-----------|---|
59
+ | `20251010_050315` | 🔄 | 190 | **69.08%** | 72.01% | 0.4377 |
60
 
61
  ### Comparison to State-of-the-Art
62
 
 
187
 
188
  ### Best Checkpoint
189
  - Epoch: 190
190
+ - Train Acc: 72.01%
191
  - Test Acc: 69.08%
192
+ - Alpha: 0.4377
193
  - Loss: 0.0000
194
 
195
  ### Latest 5 Epochs
196
 
197
+ - **Epoch 96**: Train 74.60%, Test 0.00%, α=0.4397, Loss=0.7321
198
+ - **Epoch 97**: Train 72.20%, Test 0.00%, α=0.4383, Loss=0.7152
199
+ - **Epoch 98**: Train 73.36%, Test 0.00%, α=0.4374, Loss=0.7278
200
+ - **Epoch 99**: Train 75.21%, Test 0.00%, α=0.4399, Loss=0.7168
201
+ - **Epoch 100**: Train 72.01%, Test 64.35%, α=0.4377, Loss=0.6921
202
 
203
  ### Training Milestones
204
  - 🎯 **50% Accuracy** reached at epoch 35
205
+ - 🎯 **60% Accuracy** reached at epoch 65
206
  - 📊 **α ≥ 0.40** reached at epoch 9
207
+ - 📊 **α ≥ 0.44** (near triadic equilibrium) at epoch 94
208
 
209
  ---
210