structured output

scroll ↓ to Resources

Note

  • masks the last layer of the model (with log_probs) in such a way that it can’t select tokens which do not fit the schema provided
  • any model should be suitable for SO, but if the model wasn’t trained to follow SO, it can happen that relevant tokens also suitable for SO are way too far in the log probs list

Resources


Transclude of base---related.base


table file.inlinks, filter(file.outlinks, (x) => !contains(string(x), ".jpg") AND !contains(string(x), ".pdf") AND !contains(string(x), ".png")) as "Outlinks" from [[]] and !outgoing([[]])  AND -"Changelog"