Adaptive Env Selection Checkpoint Archive
This repository stores checkpoint artifacts for the course-project notebook in:
Current contents:
nonrebucket_step200/global_step_200: raw training checkpoint for the Math+Zebra no-rebucket continuation run (80 -> 200)
rebucket_step100/global_step_100: raw training checkpoint for the Math+Zebra window-rebucket run (80 -> 200), preserved at step 100
Important note:
- These uploads are preserved as raw
global_step_* checkpoint directories.
- They are useful for archival, recovery, and continuation.
- They are not a clean one-folder Transformers inference export by themselves.
- The notebook therefore treats Hugging Face checkpoint loading as optional and expects either a converted model directory or manual recovery from these raw checkpoints.
Related notebook behavior:
- The deliverable notebook defaults to checked-in CSV/JSON/figure artifacts from the GitHub repository.
- Optional checkpoint-based evaluation can reference this repository via
AES_HF_MODEL_ID=zkkk452/adaptive-env-selection-checkpoint.