Raphaël Merx

Results 13 issues of Raphaël Merx

`download_url` has to be imported from `fastdownload`

Would really appreciate if cTranslate2 could support the transformers library T5Model, as this model is commonly used for translation tasks. I've tried subclassing `MarianMTLoader` for this, however the T5Config is...

enhancement

## Description Add tokenization support for the Tetun language (tdt). Equivalent of https://github.com/moses-smt/mosesdecoder/pull/224 Tetun has words that contain apostrophes (e.g "me" in Tetun is "ha'u"). The logic here will keep...

### Current behaviour A multiline `TextInput` element expands to adapt to text content on mobile, but it doesn't on web. Instead a scrollbar appears inside the `textarea` ### Expected behaviour...

repro provided

On forms that have a geopoint with `appearance:hide-input`, when using a touchscreen, there is no indication that the data was collected. From a user's perspective, it seems that clicking on...

### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist -...

site-bug

Contrary to `from_texts` which batch computes embeddings through `embed_documents`, the `add_texts` method calls `self.embedding_function` for each document that is beind added. If using `OpenAIEmbeddings`, this means one API call per...

Call `validate_password` and return a 400 in Signup view if password does not pass Django's `AUTH_PASSWORD_VALIDATORS`. I'd love to write a test for this but can't find docs on running...

Because these files are really html files, save them as .html so they can be opened in a browser

Adding the Tetun language (tdt) to eSpeak, I could add it on a local branch, and build without issues on macOS, however I'm having trouble making sense of the steps...