Downloads · 30 days
17
100% of all-time downloads
Chengchenko/mixer-checkpoint
mixer-checkpoint is a machine learning model from Chengchenko. Use it for the machine learning task on the model card, and read the license before you ship it in a product. The card lists the license as mit.
Working implementation of Mixer for Matching using a tiny configuration. The repository focuses on transparent code and repeatable smoke tests; benchmark claims are deliberately omitted.
Downloads · 30 days
17
100% of all-time downloads
All-time downloads
17
Public
Parameters
49.6K
199 KB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors199 KB · 96%
From the Hugging Face model README
Working implementation of Mixer for Matching using a tiny configuration. The repository focuses on transparent code and repeatable smoke tests; benchmark claims are deliberately omitted.
config.json records the generated architecture settings.training_args.json records the default experiment recipe.model.safetensors is a valid initialization checkpoint for smoke tests; it is not presented as a trained benchmark checkpoint.| Item | Value |
|---|---|
| Architecture | Mixer |
| Scale | tiny |
| Attention | standard |
| Fusion | co attention |
| Activation | gelu tanh |
| Normalization | groupnorm |
The included configuration uses rmsprop 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.
python eval.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.
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.
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.
eval.py — primary artifactREADME.md — this documentationconfig.json — architecture configurationtraining_args.json — default experiment settingsmodel.safetensors — initialization checkpointReleased under mit. Review the source-data terms separately when this repository is used with external datasets.