Emotional Support
Collection
Reinforcement Learning Emotional Support Chatbot Training • 4 items • Updated
How to use hug-me-please/reward_modeling_es_rlhf_small with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="hug-me-please/reward_modeling_es_rlhf_small") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("hug-me-please/reward_modeling_es_rlhf_small")
model = AutoModelForSequenceClassification.from_pretrained("hug-me-please/reward_modeling_es_rlhf_small")This model is a fine-tuned version of facebook/opt-350m on an unknown dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
facebook/opt-350m