Text Classification
Transformers
Safetensors
distilbert
Generated from Trainer
ml-intern
text-embeddings-inference
Instructions to use narcolepticchicken/patch-reward-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use narcolepticchicken/patch-reward-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="narcolepticchicken/patch-reward-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("narcolepticchicken/patch-reward-model") model = AutoModelForSequenceClassification.from_pretrained("narcolepticchicken/patch-reward-model") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
2de71db | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:346e785b9c61c86e082e0a797ff3aaac7dbea1f4681042ab290c38aa544348f9
size 5329
|