poseidonet-models / README.md
NathanDB's picture
Upload folder using huggingface_hub
8c4b2d6 verified
|
Raw
History Blame Contribute Delete
616 Bytes
# PoseidoNet Model Repository Template
This repository hosts baseline and variant model folders for PoseidoNet.
## Structure
- baseline/
- variant-name/
Each model folder should include at least:
- weights.pt
- labels.json
- model_card.json
## Baseline Model
The baseline model card should document:
- Training date and primary hyperparameters
- Validation and test metrics (top-1/top-3/top-5)
- Per-species trust states and sample counts
- Dataset and licensing metadata
## Sync Workflow
python -m poseidonet.cli push-models --hf-org <org> --hf-model-name <name> --hf-token <token>