Simon Zuberek
Simon Zuberek
Hi, and sorry of the delayed reply. Here's the requested info: - DeepL v. 1.14.0 - requests v. 2.26.0 - urllib3 v. 1.26.7 Hope this helps.
> I aslo met similar behavior: > > text=`"Das gibt uns Perspektive, Flexibilität, Optimismus, Engagement und Pluralität in allen Sinnesbereichen.in allen Sinnen."` normalized_text=`"Das gibt uns Perspektive, Flexibilität, Optimismus, Engagement und...
Locally passes both `Sparrowhawk` and `pyTests`.
An updated PR has been raised. This is stale and can be removed.
`JenkinsFile` needs to be up-do-date with the `main` in order to utilize most-recent grammars in the CI pipeline. The CI checks won't pass otherwise. Either copy the content of `JenkinsFile`...
Please make sure to accept and implement the formatting changes pushed by `pre-commit.ci`. In order to pass the CI pipeline (`continuous-integration/jenkins`), you will have to update your `Jenkinsfile`. You can...
Almost there. It's failing the formatting, which is easy to address. Either pull the changes generated by the `pre-commit` hooks or run `setup.py style --fix` from the root directory, whichever...
The `pre-commit` hooks are still failing, due to `Black` reformatting your code upon saving. Make sure that the formatting adheres to the NeMo guidelines by either pulling the push issued...
**German:** 1. Will address. 2. The model expects canonical punctuation, which in this case requires a whitespace following a sentence-final period. In its absence, the string will likely be transduced...
A fix for German (1.) and (2.) has been implemented.