Fine tuned models returning no content when running using the AI studio interface

So I need successfully fine-tuned the model using the very easy to use tuned model interface, with a relatively small dataset to test things out. However upon attempting to run the structure of prompt with the fine-tuned model selected, if I have any data imported into the structured prompt blocks, it will simply return no content as the output.

Can anyone give me some guidance here? Thank you kindly

Hi @fickle_Fox ,
This could be due to how the data format or variable names differ from what the model saw during training. Try simplifying your input or testing with plain text to debug the issue.
Thanks!