AbstractPhil commited on
Commit
94cb275
Β·
verified Β·
1 Parent(s): a28c965

Update README - Run 20251012_235237

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