AbstractPhil commited on
Commit
5839b3f
Β·
verified Β·
1 Parent(s): 45c291c

Update README - Run 20251104_125328

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  type: imagenet-1k
22
  metrics:
23
  - type: accuracy
24
- value: 78.67
25
  ---
26
 
27
  # David: Multi-Scale Feature Classifier
@@ -51,15 +51,15 @@ as class prototypes with role-weighted similarity computation (Rose Loss).
51
  ## Performance
52
 
53
  ### Best Results
54
- - **Validation Accuracy**: 78.67%
55
- - **Best Epoch**: 3
56
- - **Final Train Accuracy**: 85.69%
57
 
58
  ### Per-Scale Performance
59
- - **Scale 512**: 77.12%
60
- - **Scale 4096**: 77.92%
61
- - **Scale 8192**: 77.60%
62
- - **Scale 16384**: 78.06%
63
 
64
 
65
  ## Usage
@@ -80,8 +80,8 @@ AbstractPhil/gated-david/
80
  β”‚ └── 20251104_125328/
81
  β”‚ β”œβ”€β”€ MODEL_SUMMARY.txt # 🎯 Human-readable performance summary
82
  β”‚ β”œβ”€β”€ training_history.json # πŸ“ˆ Epoch-by-epoch training curve
83
- β”‚ β”œβ”€β”€ best_model_acc78.67.safetensors # ⭐ Accuracy in filename!
84
- β”‚ β”œβ”€β”€ best_model_acc78.67_metadata.json
85
  β”‚ β”œβ”€β”€ final_model.safetensors
86
  β”‚ β”œβ”€β”€ checkpoint_epoch_X_accYY.YY.safetensors
87
  β”‚ β”œβ”€β”€ david_config.json
@@ -103,7 +103,7 @@ from huggingface_hub import hf_hub_download
103
  # Specify model variant and run
104
  model_name = "david_clip_vit_b16_cantor_decoupled_massive"
105
  run_id = "20251104_125328"
106
- accuracy = "78.67" # From MODELS_INDEX.json
107
 
108
  # Download config
109
  config_path = hf_hub_download(
@@ -209,4 +209,4 @@ Special thanks to Claude (Anthropic) for debugging assistance.
209
 
210
  ---
211
 
212
- *Generated on 2025-11-04 13:23:51*
 
21
  type: imagenet-1k
22
  metrics:
23
  - type: accuracy
24
+ value: 78.87
25
  ---
26
 
27
  # David: Multi-Scale Feature Classifier
 
51
  ## Performance
52
 
53
  ### Best Results
54
+ - **Validation Accuracy**: 78.87%
55
+ - **Best Epoch**: 4
56
+ - **Final Train Accuracy**: 87.75%
57
 
58
  ### Per-Scale Performance
59
+ - **Scale 512**: 77.27%
60
+ - **Scale 4096**: 78.43%
61
+ - **Scale 8192**: 78.03%
62
+ - **Scale 16384**: 78.34%
63
 
64
 
65
  ## Usage
 
80
  β”‚ └── 20251104_125328/
81
  β”‚ β”œβ”€β”€ MODEL_SUMMARY.txt # 🎯 Human-readable performance summary
82
  β”‚ β”œβ”€β”€ training_history.json # πŸ“ˆ Epoch-by-epoch training curve
83
+ β”‚ β”œβ”€β”€ best_model_acc78.87.safetensors # ⭐ Accuracy in filename!
84
+ β”‚ β”œβ”€β”€ best_model_acc78.87_metadata.json
85
  β”‚ β”œβ”€β”€ final_model.safetensors
86
  β”‚ β”œβ”€β”€ checkpoint_epoch_X_accYY.YY.safetensors
87
  β”‚ β”œβ”€β”€ david_config.json
 
103
  # Specify model variant and run
104
  model_name = "david_clip_vit_b16_cantor_decoupled_massive"
105
  run_id = "20251104_125328"
106
+ accuracy = "78.87" # From MODELS_INDEX.json
107
 
108
  # Download config
109
  config_path = hf_hub_download(
 
209
 
210
  ---
211
 
212
+ *Generated on 2025-11-04 13:31:39*