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

mrjunos
/
depression-reddit-distilroberta-base

Text Classification
Transformers
PyTorch
TensorBoard
English
roberta
depression
reddit
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
4

Instructions to use mrjunos/depression-reddit-distilroberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mrjunos/depression-reddit-distilroberta-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="mrjunos/depression-reddit-distilroberta-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("mrjunos/depression-reddit-distilroberta-base")
    model = AutoModelForSequenceClassification.from_pretrained("mrjunos/depression-reddit-distilroberta-base", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
depression-reddit-distilroberta-base / runs
32.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 17 commits
mrjunos's picture
mrjunos
End of training
ab14658 over 3 years ago
  • Jun20_17-42-04_bc6e61488655
    Model save over 3 years ago
  • Jun20_19-16-55_a4f96024efe9
    End of training over 3 years ago
  • Jun20_21-31-00_25d3c7bc67ad
    End of training over 3 years ago