Update README - Run 20251104_144102
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ datasets:
|
|
| 12 |
metrics:
|
| 13 |
- accuracy
|
| 14 |
model-index:
|
| 15 |
-
- name: David-
|
| 16 |
results:
|
| 17 |
- task:
|
| 18 |
type: image-classification
|
|
@@ -21,7 +21,7 @@ model-index:
|
|
| 21 |
type: imagenet-1k
|
| 22 |
metrics:
|
| 23 |
- type: accuracy
|
| 24 |
-
value: 84.
|
| 25 |
---
|
| 26 |
|
| 27 |
# David: Multi-Scale Feature Classifier
|
|
@@ -32,12 +32,12 @@ as class prototypes with role-weighted similarity computation (Rose Loss).
|
|
| 32 |
## Model Details
|
| 33 |
|
| 34 |
### Architecture
|
| 35 |
-
- **Preset**:
|
| 36 |
-
- **Sharing Mode**:
|
| 37 |
- **Fusion Mode**: cantor_scale
|
| 38 |
- **Scales**: [384, 512, 768, 1024, 1280, 1536, 1792, 2048]
|
| 39 |
- **Feature Dim**: 1280
|
| 40 |
-
- **Parameters**:
|
| 41 |
|
| 42 |
### Training Configuration
|
| 43 |
- **Dataset**: AbstractPhil/imagenet-clip-features-orderly
|
|
@@ -51,19 +51,19 @@ as class prototypes with role-weighted similarity computation (Rose Loss).
|
|
| 51 |
## Performance
|
| 52 |
|
| 53 |
### Best Results
|
| 54 |
-
- **Validation Accuracy**: 84.
|
| 55 |
-
- **Best Epoch**:
|
| 56 |
-
- **Final Train Accuracy**:
|
| 57 |
|
| 58 |
### Per-Scale Performance
|
| 59 |
-
- **Scale 384**:
|
| 60 |
-
- **Scale 512**:
|
| 61 |
-
- **Scale 768**:
|
| 62 |
-
- **Scale 1024**:
|
| 63 |
-
- **Scale 1280**:
|
| 64 |
-
- **Scale 1536**:
|
| 65 |
-
- **Scale 1792**:
|
| 66 |
-
- **Scale 2048**:
|
| 67 |
|
| 68 |
|
| 69 |
## Usage
|
|
@@ -80,19 +80,19 @@ AbstractPhil/gated-david/
|
|
| 80 |
βββ README.md # This file
|
| 81 |
βββ best_model.json # Latest best model info
|
| 82 |
βββ weights/
|
| 83 |
-
β βββ
|
| 84 |
-
β βββ
|
| 85 |
β βββ MODEL_SUMMARY.txt # π― Human-readable performance summary
|
| 86 |
β βββ training_history.json # π Epoch-by-epoch training curve
|
| 87 |
-
β βββ best_model_acc84.
|
| 88 |
-
β βββ best_model_acc84.
|
| 89 |
β βββ final_model.safetensors
|
| 90 |
β βββ checkpoint_epoch_X_accYY.YY.safetensors
|
| 91 |
β βββ david_config.json
|
| 92 |
β βββ train_config.json
|
| 93 |
βββ runs/
|
| 94 |
-
βββ
|
| 95 |
-
βββ
|
| 96 |
βββ events.out.tfevents.* # TensorBoard logs
|
| 97 |
```
|
| 98 |
|
|
@@ -105,9 +105,9 @@ from huggingface_hub import hf_hub_download
|
|
| 105 |
# Browse available models in MODELS_INDEX.json first!
|
| 106 |
|
| 107 |
# Specify model variant and run
|
| 108 |
-
model_name = "
|
| 109 |
-
run_id = "
|
| 110 |
-
accuracy = "84.
|
| 111 |
|
| 112 |
# Download config
|
| 113 |
config_path = hf_hub_download(
|
|
@@ -198,7 +198,7 @@ score = w_anchor * sim(z, anchor) + w_need * sim(z, need) + ...
|
|
| 198 |
author = {AbstractPhil},
|
| 199 |
year = {2025},
|
| 200 |
url = {https://huggingface.co/AbstractPhil/gated-david},
|
| 201 |
-
note = {Run ID:
|
| 202 |
}
|
| 203 |
```
|
| 204 |
|
|
@@ -213,4 +213,4 @@ Special thanks to Claude (Anthropic) for debugging assistance.
|
|
| 213 |
|
| 214 |
---
|
| 215 |
|
| 216 |
-
*Generated on 2025-11-04 14:
|
|
|
|
| 12 |
metrics:
|
| 13 |
- accuracy
|
| 14 |
model-index:
|
| 15 |
+
- name: David-decoupled-cantor_scale
|
| 16 |
results:
|
| 17 |
- task:
|
| 18 |
type: image-classification
|
|
|
|
| 21 |
type: imagenet-1k
|
| 22 |
metrics:
|
| 23 |
- type: accuracy
|
| 24 |
+
value: 84.30
|
| 25 |
---
|
| 26 |
|
| 27 |
# David: Multi-Scale Feature Classifier
|
|
|
|
| 32 |
## Model Details
|
| 33 |
|
| 34 |
### Architecture
|
| 35 |
+
- **Preset**: clip_vit_bigg14_cantor_decoupled
|
| 36 |
+
- **Sharing Mode**: decoupled
|
| 37 |
- **Fusion Mode**: cantor_scale
|
| 38 |
- **Scales**: [384, 512, 768, 1024, 1280, 1536, 1792, 2048]
|
| 39 |
- **Feature Dim**: 1280
|
| 40 |
+
- **Parameters**: 70,207,625
|
| 41 |
|
| 42 |
### Training Configuration
|
| 43 |
- **Dataset**: AbstractPhil/imagenet-clip-features-orderly
|
|
|
|
| 51 |
## Performance
|
| 52 |
|
| 53 |
### Best Results
|
| 54 |
+
- **Validation Accuracy**: 84.30%
|
| 55 |
+
- **Best Epoch**: 0
|
| 56 |
+
- **Final Train Accuracy**: 83.51%
|
| 57 |
|
| 58 |
### Per-Scale Performance
|
| 59 |
+
- **Scale 384**: 82.25%
|
| 60 |
+
- **Scale 512**: 82.68%
|
| 61 |
+
- **Scale 768**: 83.39%
|
| 62 |
+
- **Scale 1024**: 83.31%
|
| 63 |
+
- **Scale 1280**: 83.26%
|
| 64 |
+
- **Scale 1536**: 83.20%
|
| 65 |
+
- **Scale 1792**: 83.19%
|
| 66 |
+
- **Scale 2048**: 83.25%
|
| 67 |
|
| 68 |
|
| 69 |
## Usage
|
|
|
|
| 80 |
βββ README.md # This file
|
| 81 |
βββ best_model.json # Latest best model info
|
| 82 |
βββ weights/
|
| 83 |
+
β βββ david_clip_vit_bigg14_cantor_decoupled/
|
| 84 |
+
β βββ 20251104_144102/
|
| 85 |
β βββ MODEL_SUMMARY.txt # π― Human-readable performance summary
|
| 86 |
β βββ training_history.json # π Epoch-by-epoch training curve
|
| 87 |
+
β βββ best_model_acc84.30.safetensors # β Accuracy in filename!
|
| 88 |
+
β βββ best_model_acc84.30_metadata.json
|
| 89 |
β βββ final_model.safetensors
|
| 90 |
β βββ checkpoint_epoch_X_accYY.YY.safetensors
|
| 91 |
β βββ david_config.json
|
| 92 |
β βββ train_config.json
|
| 93 |
βββ runs/
|
| 94 |
+
βββ david_clip_vit_bigg14_cantor_decoupled/
|
| 95 |
+
βββ 20251104_144102/
|
| 96 |
βββ events.out.tfevents.* # TensorBoard logs
|
| 97 |
```
|
| 98 |
|
|
|
|
| 105 |
# Browse available models in MODELS_INDEX.json first!
|
| 106 |
|
| 107 |
# Specify model variant and run
|
| 108 |
+
model_name = "david_clip_vit_bigg14_cantor_decoupled"
|
| 109 |
+
run_id = "20251104_144102"
|
| 110 |
+
accuracy = "84.30" # From MODELS_INDEX.json
|
| 111 |
|
| 112 |
# Download config
|
| 113 |
config_path = hf_hub_download(
|
|
|
|
| 198 |
author = {AbstractPhil},
|
| 199 |
year = {2025},
|
| 200 |
url = {https://huggingface.co/AbstractPhil/gated-david},
|
| 201 |
+
note = {Run ID: 20251104_144102}
|
| 202 |
}
|
| 203 |
```
|
| 204 |
|
|
|
|
| 213 |
|
| 214 |
---
|
| 215 |
|
| 216 |
+
*Generated on 2025-11-04 14:45:04*
|