Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
LawInformedAI
/
gpt-j-reward-model
like
0
Follow
LawInformedAI
23
Feature Extraction
Transformers
PyTorch
custom_code
Model card
Files
Files and versions
Community
Train
Use this model
zpn
commited on
Apr 26, 2023
Commit
3705c80
•
1 Parent(s):
779c83e
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+7
-0
README.md
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
To download run
2
+
3
+
```
4
+
from transformers import AutoModel
5
+
6
+
model = AutoModel.from_pretrained("LawInformedAI/gpt-j-reward-model", trust_remote_code=True)
7
+
```