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
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social
visibility and check back later, or deploy to Inference Endpoints (dedicated)
instead.