Submission Verification Checklist
Before submitting your project, double-check that all constraints and formats are satisfied.
Required Files
-
inference.pyexists in the project root -
requirements.txtis updated and working -
README.mdfeatures clear instructions and your Demo URL - Demo script/video (if applicable)
Environment & Integrations
-
API_BASE_URLreads properly and falls back to a default value -
MODEL_NAMEreads properly and falls back to a default value -
HF_TOKENis verified and successfully read - The OpenAI Python Client SDK is strictly used for all LLM calls (no
requestsmodule directly)
Evaluation Constraints
- Exact output format for
[START]is used - Exact output format for
[STEP]is used - Exact output format for
[END]is used (always emitted) - Rewards log formatted exactly to
2decimal places (e.g.1.00, not1.0or1) - Booleans printed strictly as lowercase
trueorfalse(e.g.,success=true,done=false)
Hugging Face Space & Operations
- Hugging Face Space is Public and deployed in a 'Running' state
- Unnecessary unused Spaces are disabled or turned off
- The Space/inference runs cleanly within
2 vCPUand8 GB RAMlimits - The dockerization / environment does not rely on unpublished local-only dependencies
Good luck on Round 1!