Skip to content

Releases: jondurbin/airoboros

2.0.11

24 Jul 17:09
Compare
Choose a tag to compare

Jokes.

2.0.10

24 Jul 15:59
Compare
Choose a tag to compare

Fix PLAINFORMAT instruction format.

v2.0.9

24 Jul 15:25
Compare
Choose a tag to compare

Minor settings and prompt updates.

2.0.8

24 Jul 12:05
Compare
Choose a tag to compare

Remove filtering from some instructors, ensure accurate counts, misc fixes.

2.0.7

22 Jul 17:56
Compare
Choose a tag to compare
2.0.7 Pre-release
Pre-release

Misc fixes/improvements

2.0.6

22 Jul 17:26
Compare
Choose a tag to compare
2.0.6 Pre-release
Pre-release

Update the chain-of-thought prompt to di-bias position 1 for optimal solution.

2.0.5

22 Jul 17:05
Compare
Choose a tag to compare
2.0.5 Pre-release
Pre-release

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

22 Jul 10:23
Compare
Choose a tag to compare
2.0.3 Pre-release
Pre-release

Add reWOO style planning instructor.

2.0.2

18 Jul 18:39
Compare
Choose a tag to compare
2.0.2 Pre-release
Pre-release

Fix regex to filter out refusals.

2.0.1

18 Jul 18:10
Compare
Choose a tag to compare
2.0.1 Pre-release
Pre-release

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.