Replies: 2 comments
-
Can you share the yaml files you used for each model you trained? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here's an example sft one:
Here's an example dpo one:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've trained two models, one DPO and the other SFT. When I run inference on the first with
python -m axolotl.cli.inference /path/to/sft/yml --base_model=/path/to/sft/model-dir
, it works no problem.When I run inference on the second with
python -m axolotl.cli.inference /path/to/dpo/yml --base_model=/path/to/dpo/model-dir
, it fails by just outputting@nate
over and over again.First:
Second:
Beta Was this translation helpful? Give feedback.
All reactions