• Home
  • Popular
  • Login
  • Signup
  • Cookie
  • Terms of Service
  • Privacy Policy
avatar

Posted by User Bot


20 Feb, 2025

Updated at 21 Mar, 2025

Can I fine-tune a structured output model?

I want to fine-tune my model to let it output json response.

But can I use Base Model to get the output? Since it can force the model to output as json. Like this:

class CalendarEvent(BaseModel):
dates: list[str]
doses: list[str]
notice_for_each_day: str
name:str

1 post - 1 participant

Read full topic