Skip to content

lukejagg/instructx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instruct X

Instruct X is a typed language model (LLM) generation library that uses custom XML parsing to improve the quality of generated text.

Note: This library does not support future annotations.

Current Typed XML Plan

2 parses executed in parallel:

  1. XML parser
  2. Type parser

Type parser will be prioritized over XML parser. For example,

test: str

... <-- Cursor is here

If inside of a field, there is no need to send text to the XML parser.

About

Typed LLM inference using XML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages