How is this model supposed to be used
#1
by
recaky
- opened
Hello,
I was trying to use this model based on the README File on the OpenRLHF github, since there is no information on huggingface but when I try to download the model using AutoModel or AutoModelForSequenceClassification there seem to be the last classification linear layer missing. Based on the GitHub repository it should be stored under the variable self.score. Or is there a different intended use for this model?

