Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
oliversssf2
/
distilbert-base-uncased-rm-helpful
like
0
Transformers
PyTorch
reward_model
Inference Endpoints
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
oliversssf2
commited on
Apr 7, 2023
Commit
aa3e1bf
•
1 Parent(s):
0149ae6
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+6
-0
README.md
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
Load the reward model with the following code
2
+
3
+
```python
4
+
from reward_modelling.reward_model import RewardModel
5
+
rm = RewardModel.from_pretrained('oliversssf2/distilbert-base-uncased-rm-helpful')
6
+
```