Closed aleph23 closed 2 months ago
This pull request updates the regular expression used for extracting tags in the handle_train_tag
function. The change aims to improve the tag extraction process by allowing for more flexible tag formats, including tags with spaces.
Change | Details | Files | |
---|---|---|---|
Modified the regular expression for tag extraction |
|
$)' |
promptsModules/train_tags.py |
Summary by Sourcery
Update the regular expression used for extracting tags to correctly handle spaces around tags, ensuring accurate tag extraction and counting.
Bug Fixes: