AbstractPhil commited on
Commit
e837703
Β·
verified Β·
1 Parent(s): 5f9d363

Update README - Run 20251012_135249

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.78
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.78%
55
- - **Best Epoch**: 7
56
- - **Final Train Accuracy**: 72.75%
57
 
58
  ### Per-Scale Performance
59
- - **Scale 256**: 71.49%
60
- - **Scale 512**: 71.69%
61
 
62
 
63
  ## Usage
@@ -78,8 +78,8 @@ AbstractPhil/gated-david/
78
  β”‚ └── 20251012_135249/
79
  β”‚ β”œβ”€β”€ MODEL_SUMMARY.txt # 🎯 Human-readable performance summary
80
  β”‚ β”œβ”€β”€ training_history.json # πŸ“ˆ Epoch-by-epoch training curve
81
- β”‚ β”œβ”€β”€ best_model_acc71.78.safetensors # ⭐ Accuracy in filename!
82
- β”‚ β”œβ”€β”€ best_model_acc71.78_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_135249"
104
- accuracy = "71.78" # 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:06:23*
 
21
  type: imagenet-1k
22
  metrics:
23
  - type: accuracy
24
+ value: 71.91
25
  ---
26
 
27
  # David: Multi-Scale Crystal Classifier
 
51
  ## Performance
52
 
53
  ### Best Results
54
+ - **Validation Accuracy**: 71.91%
55
+ - **Best Epoch**: 8
56
+ - **Final Train Accuracy**: 73.02%
57
 
58
  ### Per-Scale Performance
59
+ - **Scale 256**: 71.57%
60
+ - **Scale 512**: 71.71%
61
 
62
 
63
  ## Usage
 
78
  β”‚ └── 20251012_135249/
79
  β”‚ β”œβ”€β”€ MODEL_SUMMARY.txt # 🎯 Human-readable performance summary
80
  β”‚ β”œβ”€β”€ training_history.json # πŸ“ˆ Epoch-by-epoch training curve
81
+ β”‚ β”œβ”€β”€ best_model_acc71.91.safetensors # ⭐ Accuracy in filename!
82
+ β”‚ β”œβ”€β”€ best_model_acc71.91_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_135249"
104
+ accuracy = "71.91" # From MODELS_INDEX.json
105
 
106
  # Download config
107
  config_path = hf_hub_download(
 
207
 
208
  ---
209
 
210
+ *Generated on 2025-10-12 14:08:05*