Rostand

Results 3 comments of Rostand

I am quite impressed with the 7B version. I ran some test and find it to be better than Llava 1.6 34B. It also consistently give me valid JSON

https://github.com/illuin-tech/colpali?tab=readme-ov-file

It seems like it the API lacks support for certain typing classes like Annotated, Union, Optional. I got it working with`class Location(BaseModel): city: str = Field(None, description="City of the event")`