Fine Tunning a Model for JSON output

I’m trying to fine-tune a language model for dataset like
azizshaw/text_to_json · Datasets at Hugging Face where I will have only two fields input and output where output will be a JSON format. I trained a t5-small and t5-base but it did not give me desired results. Which models should I try for this use case?