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