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 Inference Providers.