Views
No views yet
convnext_tiny, deit3_small_patch16_384, maxvit_tiny_tf_384) at 384x384 resolution, with 3-channel input and a 4-threshold ordinal head. The _ema.safetensors file is the primary artifact: the paper's reported evaluation metrics were generated using the EMA state dict. The unsuffixed .safetensors file is the corresponding raw model_state_dict secondary artifact.| Primary EMA weights | Raw secondary weights | Architecture | Held-out fold | Best QWK | Epoch |
|---|---|---|---|---|---|
lodo_aptos_convnext_tiny_best_ema.safetensors | lodo_aptos_convnext_tiny_best.safetensors | convnext_tiny | aptos | 0.7614 | 6 |
lodo_aptos_deit3_small_patch16_384_best_ema.safetensors | lodo_aptos_deit3_small_patch16_384_best.safetensors | deit3_small_patch16_384 | aptos | 0.7064 | 6 |
lodo_aptos_maxvit_tiny_tf_384_best_ema.safetensors | lodo_aptos_maxvit_tiny_tf_384_best.safetensors | maxvit_tiny_tf_384 | aptos | 0.6558 | 11 |
lodo_ddr_convnext_tiny_best_ema.safetensors | lodo_ddr_convnext_tiny_best.safetensors | convnext_tiny | ddr | 0.7506 | 3 |
lodo_ddr_deit3_small_patch16_384_best_ema.safetensors | lodo_ddr_deit3_small_patch16_384_best.safetensors | deit3_small_patch16_384 | ddr | 0.7252 | 3 |
lodo_ddr_maxvit_tiny_tf_384_best_ema.safetensors | lodo_ddr_maxvit_tiny_tf_384_best.safetensors | maxvit_tiny_tf_384 | ddr | 0.5483 | 14 |
lodo_eyepacs_convnext_tiny_best_ema.safetensors | lodo_eyepacs_convnext_tiny_best.safetensors | convnext_tiny | eyepacs | 0.7820 | 1 |
lodo_eyepacs_deit3_small_patch16_384_best_ema.safetensors | lodo_eyepacs_deit3_small_patch16_384_best.safetensors | deit3_small_patch16_384 | eyepacs | 0.7684 | 8 |
lodo_eyepacs_maxvit_tiny_tf_384_best_ema.safetensors | lodo_eyepacs_maxvit_tiny_tf_384_best.safetensors | maxvit_tiny_tf_384 | eyepacs | 0.6500 | 17 |
lodo_messidor2_convnext_tiny_best_ema.safetensors | lodo_messidor2_convnext_tiny_best.safetensors | convnext_tiny | messidor2 | 0.7615 | 10 |
lodo_messidor2_deit3_small_patch16_384_best_ema.safetensors | lodo_messidor2_deit3_small_patch16_384_best.safetensors | deit3_small_patch16_384 | messidor2 | 0.7253 | 5 |
lodo_messidor2_maxvit_tiny_tf_384_best_ema.safetensors | lodo_messidor2_maxvit_tiny_tf_384_best.safetensors | maxvit_tiny_tf_384 | messidor2 | 0.5182 | 8 |
1import json
2from modeling import load_model
3
4config = json.load(open('config.json'))
5model = load_model('lodo_eyepacs_convnext_tiny_best_ema.safetensors', config)
6# model(x) returns CORN logits with shape (batch, 4)torch, timm, and safetensors, and make the GradeEye source repository available on PYTHONPATH.