Emotional Support
Collection
Reinforcement Learning Emotional Support Chatbot Training • 4 items • Updated
How to use hug-me-please/reward_modeling_es_rlhf 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") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("hug-me-please/reward_modeling_es_rlhf")
model = AutoModelForSequenceClassification.from_pretrained("hug-me-please/reward_modeling_es_rlhf")This model is a fine-tuned version of facebook/opt-350m on an unknown dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|---|---|---|---|---|
| 0.0 | 0.6075 | 500 | 0.0000 | 1.0 |
Base model
facebook/opt-350m