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

  • 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")
  • Notebooks
  • Google Colab
  • Kaggle
depression-reddit-distilroberta-base
332 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 40 commits
mrjunos's picture
mrjunos
Update README.md
e025c05 almost 3 years ago
  • runs
    End of training almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 500 almost 3 years ago
  • README.md
    4.38 kB
    Update README.md almost 3 years ago
  • all_results.json
    387 Bytes
    End of training almost 3 years ago
  • config.json
    880 Bytes
    Training in progress, step 500 almost 3 years ago
  • eval_results.json
    203 Bytes
    End of training almost 3 years ago
  • merges.txt
    456 kB
    Upload tokenizer almost 3 years ago
  • pytorch_model.bin
    329 MB
    xet
    Model save almost 3 years ago
  • special_tokens_map.json
    280 Bytes
    Upload tokenizer almost 3 years ago
  • tokenizer.json
    2.11 MB
    Upload tokenizer almost 3 years ago
  • tokenizer_config.json
    351 Bytes
    Upload tokenizer almost 3 years ago
  • train_results.json
    204 Bytes
    End of training almost 3 years ago
  • training_args.bin
    3.96 kB
    xet
    Training in progress, step 500 almost 3 years ago
  • vocab.json
    798 kB
    Upload tokenizer almost 3 years ago