AbstractPhil commited on
Commit
cb7d2ec
Β·
verified Β·
1 Parent(s): 348f1c3

Update README - Run 20251012_141246

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: 71.67
25
  ---
26
 
27
  # David: Multi-Scale Crystal Classifier
@@ -51,13 +51,13 @@ as class prototypes with role-weighted similarity computation (Rose Loss).
51
  ## Performance
52
 
53
  ### Best Results
54
- - **Validation Accuracy**: 71.67%
55
- - **Best Epoch**: 7
56
- - **Final Train Accuracy**: 72.62%
57
 
58
  ### Per-Scale Performance
59
- - **Scale 256**: 71.17%
60
- - **Scale 512**: 71.63%
61
 
62
 
63
  ## Usage
@@ -78,8 +78,8 @@ AbstractPhil/gated-david/
78
  β”‚ └── 20251012_141246/
79
  β”‚ β”œβ”€β”€ MODEL_SUMMARY.txt # 🎯 Human-readable performance summary
80
  β”‚ β”œβ”€β”€ training_history.json # πŸ“ˆ Epoch-by-epoch training curve
81
- β”‚ β”œβ”€β”€ best_model_acc71.67.safetensors # ⭐ Accuracy in filename!
82
- β”‚ β”œβ”€β”€ best_model_acc71.67_metadata.json
83
  β”‚ β”œβ”€β”€ final_model.safetensors
84
  β”‚ β”œβ”€β”€ checkpoint_epoch_X_accYY.YY.safetensors
85
  β”‚ β”œβ”€β”€ david_config.json
@@ -101,7 +101,7 @@ from huggingface_hub import hf_hub_download
101
  # Specify model variant and run
102
  model_name = "david_small_fast"
103
  run_id = "20251012_141246"
104
- accuracy = "71.67" # From MODELS_INDEX.json
105
 
106
  # Download config
107
  config_path = hf_hub_download(
@@ -207,4 +207,4 @@ Special thanks to Claude (Anthropic) for debugging assistance.
207
 
208
  ---
209
 
210
- *Generated on 2025-10-12 14:26:14*
 
21
  type: imagenet-1k
22
  metrics:
23
  - type: accuracy
24
+ value: 71.73
25
  ---
26
 
27
  # David: Multi-Scale Crystal Classifier
 
51
  ## Performance
52
 
53
  ### Best Results
54
+ - **Validation Accuracy**: 71.73%
55
+ - **Best Epoch**: 9
56
+ - **Final Train Accuracy**: 73.18%
57
 
58
  ### Per-Scale Performance
59
+ - **Scale 256**: 71.26%
60
+ - **Scale 512**: 71.69%
61
 
62
 
63
  ## Usage
 
78
  β”‚ └── 20251012_141246/
79
  β”‚ β”œβ”€β”€ MODEL_SUMMARY.txt # 🎯 Human-readable performance summary
80
  β”‚ β”œβ”€β”€ training_history.json # πŸ“ˆ Epoch-by-epoch training curve
81
+ β”‚ β”œβ”€β”€ best_model_acc71.73.safetensors # ⭐ Accuracy in filename!
82
+ β”‚ β”œβ”€β”€ best_model_acc71.73_metadata.json
83
  β”‚ β”œβ”€β”€ final_model.safetensors
84
  β”‚ β”œβ”€β”€ checkpoint_epoch_X_accYY.YY.safetensors
85
  β”‚ β”œβ”€β”€ david_config.json
 
101
  # Specify model variant and run
102
  model_name = "david_small_fast"
103
  run_id = "20251012_141246"
104
+ accuracy = "71.73" # From MODELS_INDEX.json
105
 
106
  # Download config
107
  config_path = hf_hub_download(
 
207
 
208
  ---
209
 
210
+ *Generated on 2025-10-12 14:29:19*