201 GB
41 files
Updated 5 days ago
Ctrl+K
| Name | Size | Uploaded | Xet hash |
|---|---|---|---|
| .virtual_documents | 1 items | ||
| GPT-OSS-120B | 37 items | ||
| README.md | 2.02 kB xet | 612f6d52 | |
| submission.ipynb | 60.4 kB xet | bf3ce15a | |
| wheels.tar.gz | 5.2 GB xet | 602bc35b |
AIMO 3 Local Submission
This folder contains submission.ipynb, a local-runtime version of the AIMO 3 competition notebook. Assets are read from this directory instead of Kaggle input paths.
Folder layout
| Path | Description |
|---|---|
submission.ipynb |
Main inference notebook |
wheels.tar.gz |
Offline pip wheels archive (from Kaggle aimo-3-utils) |
GPT-OSS-120B/ |
Actual model weights on disk (descriptive folder name) |
model/ |
Path the notebook reads at runtime (generic name in code) |
test.csv |
Optional; used for local gateway testing |
setup/ |
Created automatically when wheels.tar.gz is extracted |
Model path
Store the checkpoint under GPT-OSS-120B/ so the folder name identifies the weights (same layout as Kaggle gpt-oss-120b or Hugging Face gpt-oss-120b).
The notebook uses a generic path in code:
MODEL_PATH = BASE_DIR / "model"
So at runtime it looks for model/, not GPT-OSS-120B/. Point that path at your weights before running, for example:
- Symlink / junction:
model→GPT-OSS-120B - Copy or rename: put (or mirror) the files under
model/
The descriptive name is for your layout; the notebook keeps the generic model folder name unchanged.
Running locally
- Set your Jupyter working directory to this folder.
- Link or copy those files to
model/soMODEL_PATHresolves correctly. - Optionally add
test.csvfor local evaluation. - Run all cells in
submission.ipynb.
The paths cell prints BASE_DIR, WHEELS_ARCHIVE, MODEL_PATH, and TEST_CSV plus whether each path exists.
Notes
- The notebook still targets a Linux GPU environment (CUDA, vLLM,
tar,kaggle_evaluation), as on Kaggle. - Do not use original or Metal builds when sourcing from Hugging Face; use the same Transformers layout as the Kaggle model bundle linked above.
- Total size
- 201 GB
- Files
- 41
- Last updated
- May 30
- Pre-warmed CDN
- US EU US EU