sapiens_exp v0.6.0
ssoudan
released this
11 May 02:43
·
489 commits
to main
since this release
Chore
- update
- renaming of fields to match the new visible names (
tool_name
,parameters
) - badges, docs.rs links, ...
New Features
- support for Vicuna 7B 1.1 and 13B 1.1- not too impressive at this point
Chore (BREAKING)
- moved the LM to a single place
New Features (BREAKING)
- collect initial prompt in the traces as well - so we can build a proper dataset from them later on
Commit Statistics
- 7 commits contributed to the release over the course of 5 calendar days.
- 5 days passed between releases.
- 6 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Update (37fe5c5)
- Merge pull request #16 from ssoudan/decoupling (981d4d4)
- Support for Vicuna 7B 1.1 and 13B 1.1- not too impressive at this point (eed2b7c)
- Collect initial prompt in the traces as well - so we can build a proper dataset from them later on (1113924)
- Renaming of fields to match the new visible names (
tool_name
,parameters
) (c46990f) - Moved the LM to a single place (46bd185)
- Badges, docs.rs links, ... (2566195)