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-strategy-classifier

Text Classification
Transformers
Safetensors
English
roberta
emotional-support
empathy
mental-health
Model card Files Files and versions
xet
Community
1

Instructions to use RyanDDD/empathy-strategy-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use RyanDDD/empathy-strategy-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="RyanDDD/empathy-strategy-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("RyanDDD/empathy-strategy-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("RyanDDD/empathy-strategy-classifier", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
empathy-strategy-classifier
500 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
RyanDDD's picture
RyanDDD
coding-zzz-oe's picture
coding-zzz-oe
Update README.md (#1)
c3f8d15 9 days ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    1.9 kB
    Update README.md (#1) 9 days ago
  • config.json
    1.08 kB
    Upload folder using huggingface_hub 7 months ago
  • merges.txt
    456 kB
    Upload folder using huggingface_hub 9 months ago
  • model.safetensors
    499 MB
    xet
    Upload folder using huggingface_hub 7 months ago
  • special_tokens_map.json
    958 Bytes
    Upload folder using huggingface_hub 9 months ago
  • tokenizer_config.json
    1.19 kB
    Upload folder using huggingface_hub 9 months ago
  • vocab.json
    999 kB
    Upload folder using huggingface_hub 9 months ago