mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-03-07 06:03:51 +01:00
- Support multi-turn conversations (OpenAI messages + ShareGPT formats) - Automatic assistant-only label masking via incremental tokenization - Use tokenizer.apply_chat_template() for proper special token handling - Add "Chat Template" option to the Data Format dropdown - Also accept instruction/output datasets (auto-converted to messages) - Validate chat template availability and dataset format upfront - Fix after_tokens[-1] IndexError when train_only_after is at end of prompt - Update docs |
||
|---|---|---|
| .. | ||
| 01 - Chat Tab.md | ||
| 02 - Default and Notebook Tabs.md | ||
| 03 - Parameters Tab.md | ||
| 04 - Model Tab.md | ||
| 05 - Training Tab.md | ||
| 06 - Session Tab.md | ||
| 07 - Extensions.md | ||
| 08 - Additional Tips.md | ||
| 09 - Docker.md | ||
| 11 - AMD Setup.md | ||
| 12 - OpenAI API.md | ||
| 13 - Keyboard Shortcuts.md | ||
| Image Generation Tutorial.md | ||
| Multimodal Tutorial.md | ||
| README.md | ||
| What Works.md | ||
These files are a mirror of the documentation at:
https://github.com/oobabooga/text-generation-webui/wiki
It is recommended to browse it there. Contributions can be sent here and will later be synced with the wiki.