AbstractPhil commited on
Commit
9bf3d11
Β·
verified Β·
1 Parent(s): bf93e54

Update README - Run 20251012_191456

Browse files
Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  type: imagenet-1k
22
  metrics:
23
  - type: accuracy
24
- value: 72.76
25
  ---
26
 
27
  # David: Multi-Scale Crystal Classifier
@@ -51,13 +51,14 @@ as class prototypes with role-weighted similarity computation (Rose Loss).
51
  ## Performance
52
 
53
  ### Best Results
54
- - **Validation Accuracy**: 72.76%
55
- - **Best Epoch**: 4
56
- - **Final Train Accuracy**: 76.73%
57
 
58
  ### Per-Scale Performance
59
- - **Scale 256**: 70.90%
60
- - **Scale 512**: 72.61%
 
61
 
62
 
63
  ## Usage
@@ -78,8 +79,8 @@ AbstractPhil/david-shared-space/
78
  β”‚ └── 20251012_191456/
79
  β”‚ β”œβ”€β”€ MODEL_SUMMARY.txt # 🎯 Human-readable performance summary
80
  β”‚ β”œβ”€β”€ training_history.json # πŸ“ˆ Epoch-by-epoch training curve
81
- β”‚ β”œβ”€β”€ best_model_acc72.76.safetensors # ⭐ Accuracy in filename!
82
- β”‚ β”œβ”€β”€ best_model_acc72.76_metadata.json
83
  β”‚ β”œβ”€β”€ final_model.safetensors
84
  β”‚ β”œβ”€β”€ checkpoint_epoch_X_accYY.YY.safetensors
85
  β”‚ β”œβ”€β”€ david_config.json
@@ -101,7 +102,7 @@ from huggingface_hub import hf_hub_download
101
  # Specify model variant and run
102
  model_name = "david_balanced"
103
  run_id = "20251012_191456"
104
- accuracy = "72.76" # From MODELS_INDEX.json
105
 
106
  # Download config
107
  config_path = hf_hub_download(
@@ -210,4 +211,4 @@ Special thanks to Claude (Anthropic) for debugging assistance.
210
 
211
  ---
212
 
213
- *Generated on 2025-10-12 19:31:27*
 
21
  type: imagenet-1k
22
  metrics:
23
  - type: accuracy
24
+ value: 73.04
25
  ---
26
 
27
  # David: Multi-Scale Crystal Classifier
 
51
  ## Performance
52
 
53
  ### Best Results
54
+ - **Validation Accuracy**: 73.04%
55
+ - **Best Epoch**: 5
56
+ - **Final Train Accuracy**: 77.99%
57
 
58
  ### Per-Scale Performance
59
+ - **Scale 256**: 71.23%
60
+ - **Scale 512**: 72.95%
61
+ - **Scale 768**: 72.21%
62
 
63
 
64
  ## Usage
 
79
  β”‚ └── 20251012_191456/
80
  β”‚ β”œβ”€β”€ MODEL_SUMMARY.txt # 🎯 Human-readable performance summary
81
  β”‚ β”œβ”€β”€ training_history.json # πŸ“ˆ Epoch-by-epoch training curve
82
+ β”‚ β”œβ”€β”€ best_model_acc73.04.safetensors # ⭐ Accuracy in filename!
83
+ β”‚ β”œβ”€β”€ best_model_acc73.04_metadata.json
84
  β”‚ β”œβ”€β”€ final_model.safetensors
85
  β”‚ β”œβ”€β”€ checkpoint_epoch_X_accYY.YY.safetensors
86
  β”‚ β”œβ”€β”€ david_config.json
 
102
  # Specify model variant and run
103
  model_name = "david_balanced"
104
  run_id = "20251012_191456"
105
+ accuracy = "73.04" # From MODELS_INDEX.json
106
 
107
  # Download config
108
  config_path = hf_hub_download(
 
211
 
212
  ---
213
 
214
+ *Generated on 2025-10-12 19:34:47*