AbstractPhil commited on
Commit
d1f6c85
Β·
verified Β·
1 Parent(s): 61daef4

Update README - Run 20251012_191456

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