Closed big-bao closed 1 month ago
Hi @big-bao, as far as I know, currently vLLM does not support ClassificationModel. This repository supports generation model only and we are plan to update for the reward model.
To use reward model, we suggest to use sample codes from Llama-3-OffsetBias-RM-8B. Or you can use Huggingface reward model pipeline.
Hello, I download the model(NCSOFT/Llama-3-OffsetBias-RM-8B) from hugginface。 and then run the code below:
and then
but got the error below:
my vLLM version is 0.5.3, it seems vLLM only support xxxCausalLM model rather than ClassificationModel ?