Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.29 KB

NOTES.md

File metadata and controls

35 lines (30 loc) · 1.29 KB

Resources

Axolotl

Modal

Issues

Empty Inference

Model result is empty when using

modal run -q src.inference --prompt "<INSERT PROMPT>"
Track down request id

The log references a request id. How to access it? May contain the model response

Rule out tokenization errors
Adjust Input Format

Likely improvements to be made to formatting prompts (XML like separators). Formatting in prep_data.py.

Ditch Axolotl

Axolotl was used because it is what Modal pushed for finetuning as part of its tutorial. It is not required to use axolotl. It is worth seeing if the original training code can be adapted to run on Modal's serverless platform. Will likely require updating the VLLM image definition in src/common.py. Example of training without axolotl https://modal.com/docs/examples/slack-finetune