rust-bert icon indicating copy to clipboard operation
rust-bert copied to clipboard

Rust native ready-to-use NLP pipelines and transformer-based models (BERT, DistilBERT, GPT2,...)

Results 83 rust-bert issues
Sort by recently updated
recently updated
newest added

Hey! It will be great to support the new MosaicPretrainedTransformer? https://huggingface.co/mosaicml/mpt-7b

Model request

https://huggingface.co/TheBloke/WizardCoder-15B-1.0-GPTQ

Model request

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 ![2023 05 11_赵宏健 91801f6761bf2b78cdfb9041e90b21f7](https://github.com/guillaume-be/rust-bert/assets/25276557/f2088180-7eb6-46b0-b931-3561d6070a6b) 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...