Instructions to use bradmin/reward-gpt-b6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bradmin/reward-gpt-b6 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="bradmin/reward-gpt-b6")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("bradmin/reward-gpt-b6") model = AutoModelForSequenceClassification.from_pretrained("bradmin/reward-gpt-b6") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
ee4c147 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3c177887f95b36a2b51b205a19065a54fe672a5b182394f0428060f09611d278
size 5080945162
|