Epoch 100: 64.35%
Browse files
README.md
CHANGED
|
@@ -36,7 +36,7 @@ model-index:
|
|
| 36 |
|
| 37 |
🚧 **Training in Progress** 🚧
|
| 38 |
|
| 39 |
-
Current Status: Epoch
|
| 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** |
|
| 50 |
-
| **Current Test Accuracy** |
|
| 51 |
-
| **Current α (Cantor param)** | 0.
|
| 52 |
| **Total Parameters** | 198,392,937 |
|
| 53 |
-
| **Training Time** | 0:
|
| 54 |
|
| 55 |
### All Training Runs
|
| 56 |
|
| 57 |
| Timestamp | Status | Best Epoch | Test Acc | Train Acc | α |
|
| 58 |
|-----------|--------|------------|----------|-----------|---|
|
| 59 |
-
| `20251010_050315` | 🔄 | 190 | **69.08%** |
|
| 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:
|
| 191 |
- Test Acc: 69.08%
|
| 192 |
-
- Alpha: 0.
|
| 193 |
- Loss: 0.0000
|
| 194 |
|
| 195 |
### Latest 5 Epochs
|
| 196 |
|
| 197 |
-
- **Epoch
|
| 198 |
-
- **Epoch
|
| 199 |
-
- **Epoch
|
| 200 |
-
- **Epoch
|
| 201 |
-
- **Epoch
|
| 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 |
|