Mae for Matching
Overview
A small Mae implementation for Matching, packaged with an explicit configuration and an initialization checkpoint. The tiny variant is a reproducible starting point, not a trained model release.
Repository status
- The Python file contains the model and runnable example or training entry point.
config.jsonrecords the generated architecture settings.training_args.jsonrecords the default experiment recipe.model.safetensorsis a valid initialization checkpoint for smoke tests; it is not presented as a trained benchmark checkpoint.- No benchmark score is claimed in this repository.
Architecture
| Item | Value |
|---|---|
| Architecture | Mae |
| Scale | tiny |
| Attention | sparse |
| Fusion | bilinear |
| Activation | relu |
| Normalization | rmsnorm |
Default experiment recipe
The included configuration uses adam with a polynomial schedule. These are starting values in the script, not evidence of a completed run. For a meaningful evaluation, train all baselines with the same data exposure, tuning budget, and random seeds.
Quick check
python predict.py --help
Inspect the script's __main__ block for its generated smoke-test example. Because this is a custom implementation, generic automatic loading APIs require an explicit adapter before use.
Evaluation guidance
A useful first evaluation would use a paired validation set, report the task metric across at least three seeds, and include a matched-capacity baseline. Keep training logs and environment versions with any published result.
Limitations
The initialization checkpoint has not been trained or audited for robustness, fairness, or domain transfer. The implementation should be treated as an experimental starting point. Results from a future trained checkpoint must be documented separately from the defaults shipped here.
Files
predict.pyโ primary artifactREADME.mdโ this documentationconfig.jsonโ architecture configurationtraining_args.jsonโ default experiment settingsmodel.safetensorsโ initialization checkpoint
License
Released under bsd-3-clause. Review the source-data terms separately when this repository is used with external datasets.
- Downloads last month
- -