โโโ model.pt (BEST overall model - easy access!)
โโโ model.safetensors (BEST overall model - easy access!)
โโโ best_model_info.json (which epoch/run this came from)
โโโ runs_history.json (all training runs and their results)
โโโ README.md
โโโ weights/geo-beatrix-resnet34-step12-feats100/20251010_234239/
โ โโโ model.pt (best from this training run)
โ โโโ model.safetensors (best from this training run)
โ โโโ config.json
โ โโโ training_log.txt
โ โโโ checkpoints/
โ โโโ checkpoint_epoch_50.safetensors
โ โโโ checkpoint_epoch_100.safetensors
โ โโโ checkpoint_epoch_150.safetensors
โ (snapshots every 10 epochs)
โโโ runs/geo-beatrix-resnet34-step12-feats100/20251010_234239/
โโโ events.out.tfevents.* (TensorBoard logs)
โโโ metrics.csv (training metrics)
Note
: The root
model.pt
and
model.safetensors
always contain the best model across all training runs!
Usage
from huggingface_hub import hf_hub_download
import torch
# EASIEST: Download BEST overall model from root (recommended!)from safetensors.torch import load_file
model_path = hf_hub_download(
repo_id="AbstractPhil/geo-beatrix-resnet",
filename="model.safetensors"
)
state_dict = load_file(model_path)
# model.load_state_dict(state_dict)# Check which epoch/run the best model came from
info_path = hf_hub_download(
repo_id="AbstractPhil/geo-beatrix-resnet",
filename="best_model_info.json"
)
withopen(info_path) as f:
best_info = json.load(f)
print(f"Best model: epoch {best_info['epoch']}, {best_info['test_accuracy']:.2f}%")
# Or download from specific training run
model_path = hf_hub_download(
repo_id="AbstractPhil/geo-beatrix-resnet",
filename="weights/geo-beatrix-resnet34-step12-feats100/20251010_234239/model.safetensors"
)
# Download specific epoch checkpoint
epoch_checkpoint = hf_hub_download(
repo_id="AbstractPhil/geo-beatrix-resnet",
filename="weights/geo-beatrix-resnet34-step12-feats100/20251010_234239/checkpoints/checkpoint_epoch_100.safetensors"
)
Training History
Best Checkpoint
Epoch: 160
Train Acc: 74.61%
Test Acc: 56.12%
Alpha: 0.4855
Loss: 0.0000
Latest 5 Epochs
Epoch 146
: Train 71.93%, Test 54.14%, ฮฑ=0.4849, Loss=0.7198
Epoch 147
: Train 73.77%, Test 0.00%, ฮฑ=0.4851, Loss=0.7246
Epoch 148
: Train 72.73%, Test 53.57%, ฮฑ=0.4852, Loss=0.7322
Epoch 149
: Train 70.84%, Test 0.00%, ฮฑ=0.4854, Loss=0.6536
Epoch 150
: Train 74.61%, Test 53.12%, ฮฑ=0.4855, Loss=0.7047
Training Milestones
๐ฏ
50% Accuracy
reached at epoch 66
๐
ฮฑ โฅ 0.40
reached at epoch 36
๐
ฮฑ โฅ 0.44
(near triadic equilibrium) at epoch 59
Innovation
โ
NO attention mechanisms
โ
NO cross-entropy loss
โ
Fractal positional encoding
(Cantor function from 1883)
โ
Geometric compatibility classification
โ
ResNet34 backbone
(proven CNN architecture)
โ
Triadic fractal mixing
(base-3 aligned)
geo-beatrix-resnet huggingface.co is an AI model on huggingface.co that provides geo-beatrix-resnet's model effect (), which can be used instantly with this AbstractPhil geo-beatrix-resnet model. huggingface.co supports a free trial of the geo-beatrix-resnet model, and also provides paid use of the geo-beatrix-resnet. Support call geo-beatrix-resnet model through api, including Node.js, Python, http.
geo-beatrix-resnet huggingface.co is an online trial and call api platform, which integrates geo-beatrix-resnet's modeling effects, including api services, and provides a free online trial of geo-beatrix-resnet, you can try geo-beatrix-resnet online for free by clicking the link below.
AbstractPhil geo-beatrix-resnet online free url in huggingface.co:
geo-beatrix-resnet is an open source model from GitHub that offers a free installation service, and any user can find geo-beatrix-resnet on GitHub to install. At the same time, huggingface.co provides the effect of geo-beatrix-resnet install, users can directly use geo-beatrix-resnet installed effect in huggingface.co for debugging and trial. It also supports api for free installation.