Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

hiert
/
11

Text Classification
Transformers
English
electra
classification
suicidality
suicidal text detection
suicidal sentiment
sentiment
suicide
self harm
depression
Model card Files Files and versions
xet
Community

Instructions to use hiert/11 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hiert/11 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="hiert/11")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("hiert/11")
    model = AutoModelForSequenceClassification.from_pretrained("hiert/11")
  • Notebooks
  • Google Colab
  • Kaggle
11
1.9 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
hiert's picture
hiert
Upload 6 files
06dd850 verified over 2 years ago
  • suicide
    Upload 6 files over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    3.76 kB
    Upload 6 files over 2 years ago
  • config.json
    848 Bytes
    Upload 6 files over 2 years ago
  • gitattributes
    1.52 kB
    Upload 6 files over 2 years ago
  • special_tokens_map.json
    125 Bytes
    Upload 6 files over 2 years ago
  • tokenizer.json
    712 kB
    Upload 6 files over 2 years ago
  • vocab.txt
    232 kB
    Upload 6 files over 2 years ago