Healthy Boundary Predictor

This model classifies text as representing healthy or unhealthy boundary-setting communication.

Model Description

  • Task: Binary text classification
  • Labels:
    • 1: Healthy boundary communication
    • 0: Unhealthy boundary communication

Usage

from transformers import pipeline

classifier = pipeline("text-classification", model="SamanthaStorm/healthy-boundary-predictor")
result = classifier("I need some space to think about this decision.")
print(result)

Training Data

The model was trained on a dataset of boundary-setting examples, including:

  • Professional boundary scenarios
  • Personal relationship boundaries
  • Family communication examples
  • Financial boundary situations
  • Emotional boundary examples

Limitations

This model is intended for educational and research purposes. It should not be used as a substitute for professional mental health advice.

Downloads last month
144
Safetensors
Model size
67M params
Tensor type
F32
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Spaces using SamanthaStorm/healthy-boundary-predictor 2