Update README - Run 20251013_004438
Browse files
README.md
CHANGED
|
@@ -21,7 +21,7 @@ model-index:
|
|
| 21 |
type: imagenet-1k
|
| 22 |
metrics:
|
| 23 |
- type: accuracy
|
| 24 |
-
value: 62.
|
| 25 |
---
|
| 26 |
|
| 27 |
# David: Multi-Scale Feature Classifier
|
|
@@ -55,20 +55,20 @@ exist simultaneously in the same shared space with the correct checks and spacin
|
|
| 55 |
## Performance
|
| 56 |
|
| 57 |
### Best Results
|
| 58 |
-
- **Validation Accuracy**: 62.
|
| 59 |
-
- **Best Epoch**:
|
| 60 |
-
- **Final Train Accuracy**:
|
| 61 |
|
| 62 |
### Per-Scale Performance
|
| 63 |
-
- **Scale 128**: 62.
|
| 64 |
-
- **Scale 256**: 71.
|
| 65 |
-
- **Scale 384**: 73.
|
| 66 |
-
- **Scale 448**: 74.
|
| 67 |
-
- **Scale 512**: 74.
|
| 68 |
-
- **Scale 576**: 75.
|
| 69 |
- **Scale 640**: 75.18%
|
| 70 |
-
- **Scale 768**: 75.
|
| 71 |
-
- **Scale 896**: 75.
|
| 72 |
|
| 73 |
|
| 74 |
## Usage
|
|
@@ -89,8 +89,8 @@ AbstractPhil/david-shared-space/
|
|
| 89 |
β βββ 20251013_004438/
|
| 90 |
β βββ MODEL_SUMMARY.txt # π― Human-readable performance summary
|
| 91 |
β βββ training_history.json # π Epoch-by-epoch training curve
|
| 92 |
-
β βββ best_model_acc62.
|
| 93 |
-
β βββ best_model_acc62.
|
| 94 |
β βββ final_model.safetensors
|
| 95 |
β βββ checkpoint_epoch_X_accYY.YY.safetensors
|
| 96 |
β βββ david_config.json
|
|
@@ -112,7 +112,7 @@ from huggingface_hub import hf_hub_download
|
|
| 112 |
# Specify model variant and run
|
| 113 |
model_name = "david_gated_expert_team"
|
| 114 |
run_id = "20251013_004438"
|
| 115 |
-
accuracy = "62.
|
| 116 |
|
| 117 |
# Download config
|
| 118 |
config_path = hf_hub_download(
|
|
@@ -221,4 +221,4 @@ Special thanks to Claude (Anthropic) for debugging assistance.
|
|
| 221 |
|
| 222 |
---
|
| 223 |
|
| 224 |
-
*Generated on 2025-10-13 01:
|
|
|
|
| 21 |
type: imagenet-1k
|
| 22 |
metrics:
|
| 23 |
- type: accuracy
|
| 24 |
+
value: 62.94
|
| 25 |
---
|
| 26 |
|
| 27 |
# David: Multi-Scale Feature Classifier
|
|
|
|
| 55 |
## Performance
|
| 56 |
|
| 57 |
### Best Results
|
| 58 |
+
- **Validation Accuracy**: 62.94%
|
| 59 |
+
- **Best Epoch**: 9
|
| 60 |
+
- **Final Train Accuracy**: 61.07%
|
| 61 |
|
| 62 |
### Per-Scale Performance
|
| 63 |
+
- **Scale 128**: 62.94%
|
| 64 |
+
- **Scale 256**: 71.08%
|
| 65 |
+
- **Scale 384**: 73.44%
|
| 66 |
+
- **Scale 448**: 74.29%
|
| 67 |
+
- **Scale 512**: 74.61%
|
| 68 |
+
- **Scale 576**: 75.04%
|
| 69 |
- **Scale 640**: 75.18%
|
| 70 |
+
- **Scale 768**: 75.58%
|
| 71 |
+
- **Scale 896**: 75.90%
|
| 72 |
|
| 73 |
|
| 74 |
## Usage
|
|
|
|
| 89 |
β βββ 20251013_004438/
|
| 90 |
β βββ MODEL_SUMMARY.txt # π― Human-readable performance summary
|
| 91 |
β βββ training_history.json # π Epoch-by-epoch training curve
|
| 92 |
+
β βββ best_model_acc62.94.safetensors # β Accuracy in filename!
|
| 93 |
+
β βββ best_model_acc62.94_metadata.json
|
| 94 |
β βββ final_model.safetensors
|
| 95 |
β βββ checkpoint_epoch_X_accYY.YY.safetensors
|
| 96 |
β βββ david_config.json
|
|
|
|
| 112 |
# Specify model variant and run
|
| 113 |
model_name = "david_gated_expert_team"
|
| 114 |
run_id = "20251013_004438"
|
| 115 |
+
accuracy = "62.94" # From MODELS_INDEX.json
|
| 116 |
|
| 117 |
# Download config
|
| 118 |
config_path = hf_hub_download(
|
|
|
|
| 221 |
|
| 222 |
---
|
| 223 |
|
| 224 |
+
*Generated on 2025-10-13 01:33:02*
|