-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(feat): Novelai tokenizer re-implement || New LLM #75
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
sudoskys
commented
Sep 25, 2024
•
edited
Loading
edited
- tokenizer
- generate
♻️ refactor(cost): use ModelTypeAlias for model parameter ♻️ refactor(generate_image): use type aliases for fields ♻️ refactor(login): update debug log message
♻️ refactor(cost): use ModelTypeAlias for model parameter ♻️ refactor(generate_image): use type aliases for fields ♻️ refactor(login): update debug log message
♻️ refactor(cost): use ModelTypeAlias for model parameter ♻️ refactor(generate_image): use type aliases for fields ♻️ refactor(login): update debug log message
♻️ refactor(cost): use ModelTypeAlias for model parameter ♻️ refactor(generate_image): use type aliases for fields ♻️ refactor(login): update debug log message
- Switch model from KRAKE_V2 to ERATO in `generate.py` - Adjust `print` statement formatting in `generate.py` - Provide explicit prompt in `generate.py` for `chat` function - Remove unnecessary comments and update variable names in `generate_stream.py` - Update tokenizer model and add additional functionality in `usage.py`
- Added `/frontend/` to `.gitignore` - Updated README with new `tokenizer` task - Enhanced `chat` function with default preset parameters - Added tokenizer example in README
🐛 fix: ensure correct dtype for token decoding in generate methods ```
- Added `themes.json` to support new AI generation themes. - Introduced `_schema.py` with data classes and models for AI generation. - Updated `_const.py` with new repetition penalty and ban words lists. - Enhanced `_enum.py` to manage themes and presets with caching. - Improved `__init__.py` to support advanced LLM settings and parameters.
- Added `themes.json` to support new AI generation themes. - Introduced `_schema.py` with data classes and models for AI generation. - Updated `_const.py` with new repetition penalty and ban words lists. - Enhanced `_enum.py` to manage themes and presets with caching. - Improved `__init__.py` to support advanced LLM settings and parameters.
Refactored the build method and request logic in LLMStream class. Simplified parameters handling and improved error messages.
- Refactored `b64_to_tokens` and `tokens_to_b64` to support different dtypes - Added `default_when_error` parameter to `try_jsonfy` function
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.