YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
How to use
from transformers import AutoModelForSequenceClassification, AutoTokenizer
ckpt = "pvduy/rm_stablebeluga_13b_arena_synth"
model = AutoModelForSequenceClassification.from_pretrained(ckpt)
tokenizer = AutoTokenizer.from_pretrained(ckpt)
rm_score = model(**tokenizer("USER: Hello! ASSISTANT: This sentence is a lie.</s>", return_tensors="pt"))[0].item()
- Downloads last month
- 0
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
the model is not deployed on the HF Inference API.