Text Classification
Transformers
PyTorch
Safetensors
English
bert
reward model
alignment
preference model
RLHF
text-embeddings-inference
Instructions to use nicholasKluge/RewardModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nicholasKluge/RewardModel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="nicholasKluge/RewardModel")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("nicholasKluge/RewardModel") model = AutoModelForSequenceClassification.from_pretrained("nicholasKluge/RewardModel") - Notebooks
- Google Colab
- Kaggle
Commit ·
8399b1e
1
Parent(s): 74719a6
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,8 +10,8 @@ library_name: transformers
|
|
| 10 |
pipeline_tag: text-classification
|
| 11 |
tags:
|
| 12 |
- reward model
|
| 13 |
-
- reard
|
| 14 |
- alignment
|
|
|
|
| 15 |
---
|
| 16 |
# RewardModel (Portuguese-BR)
|
| 17 |
|
|
|
|
| 10 |
pipeline_tag: text-classification
|
| 11 |
tags:
|
| 12 |
- reward model
|
|
|
|
| 13 |
- alignment
|
| 14 |
+
- preference model
|
| 15 |
---
|
| 16 |
# RewardModel (Portuguese-BR)
|
| 17 |
|