Classification
: Geometric Basin Compatibility (NO cross-entropy)
Attention Mechanisms
: NONE
Training Configuration
{"model_name":"geo-beatrix","model_type":"geometric_basin_classifier","num_classes":100,"batch_size":256,"num_epochs":200,"base_learning_rate":0.001,"weight_decay":0.05,"warmup_epochs":10,"pe_levels":20,"pe_features_per_level":10,"dropout":0.1,"upload_every_n_epochs":50,"alphamix":{"enabled":true,"range":[0.3,0.7],"spatial_ratio":0.25,"curriculum_start":0.0,"curriculum_end":0.5},"architecture":"ResNet-style with Devil's Staircase PE","loss_function":"Geometric Basin Compatibility","cross_entropy":false,"attention_mechanisms":false,"timestamp":"20251009_234907"}
Files Structure
โโโ model.pt (BEST overall model - easy access!)
โโโ model.safetensors (BEST overall model - easy access!)
โโโ best_model_info.json (which epoch/run this came from)
โโโ README.md
โโโ weights/geo-beatrix/20251009_234907/
โ โโโ model.pt (best from this training run)
โ โโโ model.safetensors (best from this training run)
โ โโโ config.json
โ โโโ training_log.txt
โ โโโ checkpoints/
โ โโโ checkpoint_epoch_10.safetensors
โ โโโ checkpoint_epoch_20.safetensors
โ โโโ checkpoint_epoch_30.safetensors
โ (snapshots every 50 epochs)
โโโ runs/geo-beatrix/20251009_234907/
โโโ 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",
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",
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",
filename="weights/geo-beatrix/20251009_234907/model.safetensors"
)
# Download specific epoch checkpoint
epoch_checkpoint = hf_hub_download(
repo_id="AbstractPhil/geo-beatrix",
filename="weights/geo-beatrix/20251009_234907/checkpoints/checkpoint_epoch_100.safetensors"
)
Training History
Best Checkpoint
Epoch: 95
Train Acc: 76.13%
Test Acc: 63.88%
Alpha: 0.4349
Loss: 0.7637
Latest 5 Epochs
Epoch 96
: Train 71.44%, Test 0.00%, ฮฑ=0.4352, Loss=0.7272
Epoch 97
: Train 73.64%, Test 0.00%, ฮฑ=0.4369, Loss=0.7389
Epoch 98
: Train 75.14%, Test 0.00%, ฮฑ=0.4359, Loss=0.7399
Epoch 99
: Train 71.31%, Test 0.00%, ฮฑ=0.4328, Loss=0.7187
Epoch 100
: Train 69.33%, Test 63.77%, ฮฑ=0.4342, Loss=0.7044
Training Milestones
๐ฏ
50% Accuracy
reached at epoch 35
๐ฏ
60% Accuracy
reached at epoch 55
๐
ฮฑ โฅ 0.40
reached at epoch 9
Innovation
โ
NO attention mechanisms
โ
NO cross-entropy loss
โ
Fractal positional encoding
(Cantor function from 1883)
โ
Geometric compatibility classification
โ
Ancient convolutions
(ResNet-style from 1990s)
geo-beatrix huggingface.co is an AI model on huggingface.co that provides geo-beatrix's model effect (), which can be used instantly with this AbstractPhil geo-beatrix model. huggingface.co supports a free trial of the geo-beatrix model, and also provides paid use of the geo-beatrix. Support call geo-beatrix model through api, including Node.js, Python, http.
geo-beatrix huggingface.co is an online trial and call api platform, which integrates geo-beatrix's modeling effects, including api services, and provides a free online trial of geo-beatrix, you can try geo-beatrix online for free by clicking the link below.
AbstractPhil geo-beatrix online free url in huggingface.co:
geo-beatrix is an open source model from GitHub that offers a free installation service, and any user can find geo-beatrix on GitHub to install. At the same time, huggingface.co provides the effect of geo-beatrix install, users can directly use geo-beatrix installed effect in huggingface.co for debugging and trial. It also supports api for free installation.