|
|
|
|
|
by rafram
480 days ago
|
|
Re type constraints: Not really. If one of the fields in my JSON is `name` but the model can’t read the name on the page, it will very happily make one up. Type constraints are good for making sure that your data is parseable, but they don’t do anything to fix the undetectable inaccuracy problem. Fine-tuning does help, though. |
|
These are some of the nuances we had to work with during VLM fine-tuning with structured JSON.