Ray Liu

Results 3 comments of Ray Liu

My implementation is based on the javascript-xhr code generator, but do note that the UrlFetchApp class is non-existent on Node.js so it is impossible to run the Newman tests. I...

https://github.com/weaviate/Verba/blob/1c9d4b49385315883ba0027ac1772a8b448f6204/goldenverba/components/embedding/MiniLMEmbedder.py#L26-L42 device_map should be type `str` or `dict` *not* `torch.device` type https://github.com/huggingface/transformers/blob/edb170238febf7fc3e3278ed5b9ca0b2c40c70e3/src/transformers/tools/base.py#L460-L461

I stumbled across this issue because I wanted a quick plot for my list of large numbers with both positive and negative values. In general, I think using linear approximation...