P.J. Finlay

Results 124 comments of P.J. Finlay

Not sure if you want this but I have a working requirements.txt for people that want to use pip.

No worries, thanks! All I added was: - a requirements.txt - a script to automate multiple NSTs - Changed the default height to 720 (this was something I wanted but...

When I installed emsdk it didn't support versions earlier than `1.38.33`, maybe I need an earlier version of emsdk.

This might give a good template, it's under a creative commons license too: https://automattic.com/privacy/

https://github.com/LibreTranslate/LibreTranslate/issues/105

[Argos Translate](https://github.com/argosopentech/argos-translate) works offline but doesn't have a browser extension or mobile app. The PyQt app [might be able to be built for mobile](https://github.com/argosopentech/argos-translate/issues/10).

This would probably be difficult but would require compiling CTranslate2 for WebAssembly (@guillaumekln). You would probably then need to either run Python in WebAssembly for Argos Translate or use CTranslate2...

This is likely and Argos Translate issue. This translation is "pivoting" through English so try to see which translation is causing this. Argos Translate's sub word tokenization is likely the...

I would make an issue on [SentencePiece](https://github.com/google/sentencepiece), from my understanding this is a limitation of sub-word tokenization. Someone there is likely to understand this better than me. ### What I...

If this is a common use case we could scramble the capitalization of some of the translation data. I think the tokenizer already injects some random noise for how it...