Text Classification
Transformers
PyTorch
English
deberta-v2
reward-model
reward_model
RLHF
Inference Endpoints

How to score a <instruction, input, output> pair?

#7
by qldu - opened

Hi,

The "How to use" shows how to score a <question, answer> pair. When I have a tuple <instruction, input, output>, how to score it? if instruction +'\n'+input == question?

Sign up or log in to comment