Instructions to use bradmin/rm_trl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bradmin/rm_trl with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="bradmin/rm_trl")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("bradmin/rm_trl") model = AutoModelForSequenceClassification.from_pretrained("bradmin/rm_trl") - Notebooks
- Google Colab
- Kaggle
Upload 2 files
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 221304943
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d34785f2cee88be6dd9a1a1ec7f5d563d3ce4f66756fa6689dcd93360db10c0
|
| 3 |
size 221304943
|