Abraham Jaimes
Abraham Jaimes
Hi there, First of all, **thanks for the wonderful package you have done.** I'm trying to load a [HuggingFace Model](https://huggingface.co/sentence-transformers/distiluse-base-multilingual-cased-v1) but I got these warnings and an error: ``` using...
Testing the performance vs python I found a potential bottleneck when evaluating the model to get the token embeddings. Julia: **Around 800 ms** ``` using Transformers using Transformers.TextEncoders using Transformers.HuggingFace...
Hi everyone, thanks for your effort in developing this package Exploring the [Oxygen package](https://github.com/OxygenFramework/Oxygen.jl) to build APIs, it is based on your package, I found this: **I run this API...
Hi there, Thank you for the package you have done, it has so much potential! I noticed that one of the dependencies ([LoopVectorization](https://github.com/JuliaSIMD/LoopVectorization.jl)) will possibly be deprecated on Julia 1.11....
Hi @takuti, thank you for the package. Could you please update the compact bounds? Thank you in advance, Greetings
Hi @dselivanov, I hope you are doing well, I know you use `jsonlite` in this package, there is a new library to work with json format [yyjsonr](https://github.com/coolbutuseless/yyjsonr) and it seems...
Hi, I hope you are doing great Thank you for your effort in this package Just to report that the dependency [HTML_Entities](https://github.com/JuliaString/HTML_Entities.jl) avoid this package to work with [PackageCompiler](https://github.com/JuliaString/HTML_Entities.jl/issues/17) This...