AbstractPhil commited on
Commit
c657efb
Β·
verified Β·
1 Parent(s): 37c0db4

Update README - Run 20251012_235237

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  type: imagenet-1k
22
  metrics:
23
  - type: accuracy
24
- value: 66.39
25
  ---
26
 
27
  # David: Multi-Scale Feature Classifier
@@ -55,13 +55,13 @@ exist simultaneously in the same shared space with the correct checks and spacin
55
  ## Performance
56
 
57
  ### Best Results
58
- - **Validation Accuracy**: 66.39%
59
- - **Best Epoch**: 8
60
- - **Final Train Accuracy**: 63.64%
61
 
62
  ### Per-Scale Performance
63
- - **Scale 256**: 65.89%
64
- - **Scale 512**: 66.40%
65
 
66
 
67
  ## Usage
@@ -82,8 +82,8 @@ AbstractPhil/david-shared-space/
82
  β”‚ └── 20251012_235237/
83
  β”‚ β”œβ”€β”€ MODEL_SUMMARY.txt # 🎯 Human-readable performance summary
84
  β”‚ β”œβ”€β”€ training_history.json # πŸ“ˆ Epoch-by-epoch training curve
85
- β”‚ β”œβ”€β”€ best_model_acc66.39.safetensors # ⭐ Accuracy in filename!
86
- β”‚ β”œβ”€β”€ best_model_acc66.39_metadata.json
87
  β”‚ β”œβ”€β”€ final_model.safetensors
88
  β”‚ β”œβ”€β”€ checkpoint_epoch_X_accYY.YY.safetensors
89
  β”‚ β”œβ”€β”€ david_config.json
@@ -105,7 +105,7 @@ from huggingface_hub import hf_hub_download
105
  # Specify model variant and run
106
  model_name = "david_small_fast"
107
  run_id = "20251012_235237"
108
- accuracy = "66.39" # From MODELS_INDEX.json
109
 
110
  # Download config
111
  config_path = hf_hub_download(
@@ -214,4 +214,4 @@ Special thanks to Claude (Anthropic) for debugging assistance.
214
 
215
  ---
216
 
217
- *Generated on 2025-10-13 00:33:57*
 
21
  type: imagenet-1k
22
  metrics:
23
  - type: accuracy
24
+ value: 66.52
25
  ---
26
 
27
  # David: Multi-Scale Feature Classifier
 
55
  ## Performance
56
 
57
  ### Best Results
58
+ - **Validation Accuracy**: 66.52%
59
+ - **Best Epoch**: 9
60
+ - **Final Train Accuracy**: 63.87%
61
 
62
  ### Per-Scale Performance
63
+ - **Scale 256**: 65.96%
64
+ - **Scale 512**: 66.43%
65
 
66
 
67
  ## Usage
 
82
  β”‚ └── 20251012_235237/
83
  β”‚ β”œβ”€β”€ MODEL_SUMMARY.txt # 🎯 Human-readable performance summary
84
  β”‚ β”œβ”€β”€ training_history.json # πŸ“ˆ Epoch-by-epoch training curve
85
+ β”‚ β”œβ”€β”€ best_model_acc66.52.safetensors # ⭐ Accuracy in filename!
86
+ β”‚ β”œβ”€β”€ best_model_acc66.52_metadata.json
87
  β”‚ β”œβ”€β”€ final_model.safetensors
88
  β”‚ β”œβ”€β”€ checkpoint_epoch_X_accYY.YY.safetensors
89
  β”‚ β”œβ”€β”€ david_config.json
 
105
  # Specify model variant and run
106
  model_name = "david_small_fast"
107
  run_id = "20251012_235237"
108
+ accuracy = "66.52" # From MODELS_INDEX.json
109
 
110
  # Download config
111
  config_path = hf_hub_download(
 
214
 
215
  ---
216
 
217
+ *Generated on 2025-10-13 00:38:31*