Transformers
PyTorch
English
t5
text2text-generation
human feedback
rlhf
preferences
reddit
preference model
RL
NLG
evaluation
text-generation-inference
Instructions to use stanfordnlp/SteamSHP-flan-t5-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use stanfordnlp/SteamSHP-flan-t5-large with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("stanfordnlp/SteamSHP-flan-t5-large") model = AutoModelForSeq2SeqLM.from_pretrained("stanfordnlp/SteamSHP-flan-t5-large") - Notebooks
- Google Colab
- Kaggle
Clarity on the reward model
#5 opened almost 2 years ago
by
RishabBairi12
Adding `safetensors` variant of this model
#4 opened over 2 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#3 opened almost 3 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#2 opened about 3 years ago
by
SFconvertbot