Oliver Borchers

Results 19 comments of Oliver Borchers

Hi @KnutJaegersberg! Can you share some papers with me to consider if this is possible? Many thanks

@AleMuzzi merged 4.0.0 support. However, I am also going to look into your TfIDF implementation as well, which looks good to me 👍

Hi @mathias3! Help would be very welcome. Although I don't have so much time for this repository, it's still a good thing to have and fills a niche that cannot...

@mathias3: There is also a new version on pypi: `0.1.17`

Fixed / added in `0.2.0`: - Offering pretrained models and making them accessible - Fix zero division error - Bugfixes for python 3.8 builds - Code refactoring to black style

[ ] pre_inference_calls [ ] base_iterator: [X] Rewrite VecsConfig to combine FT & W2V [ ] Hierarchical Average [ ] Stride Parameter: https://adeshpande3.github.io/A-Beginner%27s-Guide-To-Understanding-Convolutional-Neural-Networks-Part-2/ [ ] Average: [ ] inherit from...

Yes this is absolutely correct. However, the current implementation is actually highly inefficient in terms of similarty search (brute force). I had plans to include approximate nearest neighbor search, but...

I am tagging @kevinch-nv and @yuanyao-nv because of their excellent help last time 🚀

@kevinch-nv: Thanks for the reply! I've been looking at the source code and afaict the only `einsum` op in the [model](https://github.com/huggingface/transformers/blob/3f936df66287f557c6528912a9a68d7850913b9b/src/transformers/models/gptj/modeling_gptj.py#L58) is actually a float one: ```python def fixed_pos_embedding(x, seq_dim=1,...

@vichaos : How do you set that up? I checked our your PR branch, build the container but still run into the issue. ``` git checkout add-support-to-postgres12-or-newer docker build -t...