Stephan Tulkens

Results 18 issues of Stephan Tulkens

Hi, I was wondering whether there exists regex support for the Replace Normalizer. It seems that Replace just replaces the strings verbatim right now. Thanks! Stéphan

Hi, thanks for the great package. I think it would be useful to have a constructor message that specifies the spacy model string to load (instead of a generic `language`...

Hi! Thanks for writing this package, it looks great! I'd be interested in turning the print statements (with verbose=True) into logging statements. The verbose flag could then be used to...

Hi! I'm currently using beir via MTEB in another project, and noticed that beir was installing a very specific version of the elasticsearch package, overwriting my (looser) requirements. I was...

## Environment info - `adapter-transformers` version: 3.2.1 - Platform: macOS-12.6.7-arm64-arm-64bit - Python version: 3.10.12 - Huggingface_hub version: 0.16.4 - PyTorch version (GPU?): 2.0.1 (False) - Tensorflow version (GPU?): not installed...

bug

Hi! Thanks for the great work. In `numpy`, any function that receives a dtype can also receive a string representation of that dtype: ```python import numpy as np assert np.zeros(3,...

The `_compat` module is not found after installing through `pip` (If it matters, I use `python 3.6`). I made a fork and fixed some bugs. I did remove python 2...

as far as I can tell, the `sentence-transformers` dependency is not necessary for this code to run, only as a shorthand for model loading in `cmd`. Because installing `sentence-transformers` also...

enhancement

Add typing, improve naming where necessary

Hi, Thanks for the great package. I was training a model with the default settings, which went _great_. I then switched to a differentiable head, which crashed because I used...