v0.4.1: Misc Bug Fixes
- Fix CSV loading issue (#95)
- Fix regex for stripping whitespace starting a generated text. (#92)
- Fix an issue where the logger said using a custom tokenizer was actually using the default tokenizer.
- Added a
special_tokens
param to allow the user to specify a List of token IDs to strip from the generated output (default: thebos_token_id
andeos_token_id
).