Releases: jondurbin/airoboros
Releases · jondurbin/airoboros
2.0.11
2.0.10
v2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
Writing instructor
Creative writing task creation, with additional nuance such as allowing for tragic or sad endings, violence, etc.
Character/scenario/model card instructor
Allow creating simple, random model cards with attributes.
Concurrency improvements
Use async tasks to start generating from all instructors concurrently.
2.0.3
2.0.2
2.0.1
Massive overhaul:
- switch from multi-threaded to asyncio to reduce system load
- move from a single prompt to a series of instructors, each with their own customizable prompt/config
- experimental support for non-english language
- YAML based configuration instead of mostly CLI arguments
- currently available instructors:
- agent/router
- coding
- contextual question answering
- counterfactual contextual question answering (to lower hallucations when performing contextual QA)
- chain-of-thought style prompts, with multiple possible solutions, ranking, and optimal selection
- experiences, e.g. guided meditations or exploring a museum, etc.
- general, i.e. random prompts without any seed values, wholly generated by the LLM
- Orca, i.e. math or reasoning question with an added "ELI5"
- riddles
- trivia
- wordgames, e.g. generating a list of words containing a string, starting with a string, etc.