Andrew Wang

Results 7 issues of Andrew Wang

No need to maintain a total_duration list, simply sum the numbers as you loop

See: https://stackoverflow.com/questions/59882884/vscode-doesnt-show-poetry-virtualenvs-in-select-interpreter-option I have added a command that allows VSCode users to see and use the virtualenv created by Poetry inside the development environment.

### Feature request I'm requesting for the attribute `bot_token` (beginning-of-tools token) to be added to the `PreTrainedTokenizer` classes, similar to `eos_token`. This token would be associated with `self.bot_token` and `self.bot_token_id`...

Feature request

If anyone knows of a good API to do this (eg what does yomitan use?) I can help write the PR.

Right now, `StringParser`'s implementation is at the character level, so if you give it a special token as the target string, it can possibly generate the same string but with...

Adds Gitlab Pages instructions -- has a few differences from Github Pages deployment.

I haven't had time to produce a minimal example, but, suppose: 1. You have a `pyproject.toml` that supports Python `>=3.10,