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-EX

Text Classification
Transformers
Safetensors
PyTorch
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-EX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="RyanDDD/empathy-mental-health-reddit-EX", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("RyanDDD/empathy-mental-health-reddit-EX", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
empathy-mental-health-reddit-EX / models
431 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
RyanDDD's picture
RyanDDD
Upload folder using huggingface_hub
84bff58 verified 11 months ago
  • __pycache__
    Upload folder using huggingface_hub 11 months ago
  • __init__.py
    21 Bytes
    Upload folder using huggingface_hub 11 months ago
  • activations.py
    1.58 kB
    Upload folder using huggingface_hub 11 months ago
  • configuration_bert.py
    7.97 kB
    Upload folder using huggingface_hub 11 months ago
  • configuration_roberta.py
    3.18 kB
    Upload folder using huggingface_hub 11 months ago
  • configuration_utils.py
    17.9 kB
    Upload folder using huggingface_hub 11 months ago
  • file_utils.py
    15.6 kB
    Upload folder using huggingface_hub 11 months ago
  • modeling_bert.py
    61.5 kB
    Upload folder using huggingface_hub 11 months ago
  • modeling_utils.py
    89.5 kB
    Upload folder using huggingface_hub 11 months ago
  • models.py
    8.75 kB
    Upload folder using huggingface_hub 11 months ago
  • roberta.py
    29.6 kB
    Upload folder using huggingface_hub 11 months ago