rust-bert
rust-bert copied to clipboard
Rust native ready-to-use NLP pipelines and transformer-based models (BERT, DistilBERT, GPT2,...)
Hey! It will be great to support the new MosaicPretrainedTransformer? https://huggingface.co/mosaicml/mpt-7b
Hello, I wrote a [project](https://github.com/zeon256/axum-t5-embeddings) which uses rust-bert. However, I noticed that loading the same model in python uses 1/2 of what my rust implementation uses even when I only...
This PR adds GODEL support as mentioned in #324 issue. **Notes** I just tested with a local download copy of the GODEL base model and it works except if I...
use `tokio::task::spawn_blocking` instead of `std::thread::spawn`
In order to make the smaller and larger more easy to access I have added them. WIP: I am currently in the process of uploading the rust models to hugging...
If you have time, would it be possible to include a fine-tuning example of say GPT-2 or BERT?
Hi, I can't get it to work and I was wondering if you could advise me if the cause is the custom model itself, the conversion method or how to...
i want to sentiment embeddings local I downloaded two models https://huggingface.co/GanymedeNil/text2vec-large-chinese https://huggingface.co/shibing624/text2vec-base-chinese  I copied this code to run https://github.com/guillaume-be/rust-bert/issues/331#issuecomment-1419586133 the text2vec-large-chinese is success There are some...
I have rust-bert installed on my local Linux machine and I've been developing an application with it. I wanted to try and deploy it to a VM so the app...