top | item 41472337

(no title)

coddle-hark | 1 year ago

Anecdotally, the same seems to apply to the output format as well. I’ve seen much better performance when instructing the model to output something like this:

  name=john,age=23
  name=anna,age=26

Rather than this:

  {
    matches: [
      { name: "john", age: 23 },
      { name: "anna", age: 26 }
    ]
  }

discuss

order

audessuscest|1 year ago

markdown works better than json too