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 History
Update README.md f553863
Update README.md 7fbe60d
Update README.md 999e7d9
Update README.md 6329d88
Update README.md 98c3a6d
Update config.json 85d8d3e
Update README.md a5a97d2
Update README.md e59dd6d
Delete LICENSE.txt 5c5a3c9
Upload 15 files 784fef8
Delete tokenizer_config.json 4c71624
Delete tokenizer.json 09ab30e
Delete special_tokens_map.json 3d76c35
Delete reward_model_config.py e041a9b
Delete reward_model.py a272561
Delete vocab.txt 46f4257
Delete pytorch_model.bin 9084c5a
Delete config.json 89e95e9
Delete RewardModel_emissions.csv 3091cf8
Delete RewardModel.ipynb 650fd7d
Update README.md 57d1e67
Update README.md 20ce5f0
Upload RewardModel.ipynb 5537856
Update README.md d5be6bf
Update README.md 8d0ac59
Update README.md 1c00037
Update README.md ac56161
Upload RewardModel.ipynb 69543b9
Upload RewardModel.ipynb 9fa69ac
Update README.md 981b0ee
Update README.md e584ad0
Update README.md 5b1965b
Update README.md c84cc3a
Update README.md 2d3efeb
Update README.md 69ade40
Update README.md 8399b1e
Update README.md 74719a6
Update README.md d63ebfb
Update README.md 01e9e9f
Update README.md 0acfb00
Upload 11 files 9236b96
initial commit 2e6a614
Nicholas Kluge Corrêa commited on