Fine-tuning didn't work after ONNX export
#13
by
harlley
- opened
I fine-tuned the model, but it didn’t work after exporting to ONNX format. However, the agentic UI is working well with the original FP16 version. Any help with the export would be greatly appreciated.
~> Demo: https://huggingface.co/spaces/harlley/basic-agentic-ui
Hi
@harlley
When you run the ONNX model, does it output specific error messages (e.g., Shape mismatch), or does it output "gibberish" text?
If possible , can you also please share the exact code used to export the model to ONNX , Library versions and any other steps which will help us to understand the issue better and repro from our end once .
Thanks