Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

RyanDDD
/
empathy-mental-health-reddit-ER

Text Classification
Transformers
PyTorch
Safetensors
English
empathy_classifier
feature-extraction
empathy
mental-health
psychology
custom_code
Model card Files Files and versions
xet
Community

Instructions to use RyanDDD/empathy-mental-health-reddit-ER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use RyanDDD/empathy-mental-health-reddit-ER with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="RyanDDD/empathy-mental-health-reddit-ER", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("RyanDDD/empathy-mental-health-reddit-ER", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
empathy-mental-health-reddit-ER / models /__pycache__
196 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
RyanDDD's picture
RyanDDD
Upload folder using huggingface_hub
8c4351d verified 11 months ago
  • __init__.cpython-310.pyc
    174 Bytes
    Upload folder using huggingface_hub 11 months ago
  • activations.cpython-310.pyc
    1.99 kB
    Upload folder using huggingface_hub 11 months ago
  • configuration_bert.cpython-310.pyc
    7.48 kB
    Upload folder using huggingface_hub 11 months ago
  • configuration_roberta.cpython-310.pyc
    2.87 kB
    Upload folder using huggingface_hub 11 months ago
  • configuration_utils.cpython-310.pyc
    16.4 kB
    Upload folder using huggingface_hub 11 months ago
  • file_utils.cpython-310.pyc
    13.5 kB
    Upload folder using huggingface_hub 11 months ago
  • modeling_bert.cpython-310.pyc
    52 kB
    Upload folder using huggingface_hub 11 months ago
  • modeling_utils.cpython-310.pyc
    66.6 kB
    Upload folder using huggingface_hub 11 months ago
  • models.cpython-310.pyc
    8.51 kB
    Upload folder using huggingface_hub 11 months ago
  • roberta.cpython-310.pyc
    26 kB
    Upload folder using huggingface_hub 11 months ago