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

  • Log In
  • Sign Up

RyanDDD
/
bert-motivational-interviewing

Text Classification
Transformers
Safetensors
PyTorch
English
bert
motivational-interviewing
mental-health
counseling
psychology
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use RyanDDD/bert-motivational-interviewing with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use RyanDDD/bert-motivational-interviewing with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="RyanDDD/bert-motivational-interviewing")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("RyanDDD/bert-motivational-interviewing")
    model = AutoModelForSequenceClassification.from_pretrained("RyanDDD/bert-motivational-interviewing")
  • Notebooks
  • Google Colab
  • Kaggle
bert-motivational-interviewing
438 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
RyanDDD's picture
RyanDDD
Add pipeline_tag to enable Inference API
5e377fb verified 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    5.87 kB
    Add pipeline_tag to enable Inference API 7 months ago
  • config.json
    878 Bytes
    Upload AnnoMI BERT model for Motivational Interviewing talk classification 7 months ago
  • example_usage.py
    1.94 kB
    Upload AnnoMI BERT model for Motivational Interviewing talk classification 7 months ago
  • model.safetensors
    438 MB
    xet
    Upload AnnoMI BERT model for Motivational Interviewing talk classification 7 months ago
  • special_tokens_map.json
    125 Bytes
    Upload AnnoMI BERT model for Motivational Interviewing talk classification 7 months ago
  • tokenizer_config.json
    1.24 kB
    Upload AnnoMI BERT model for Motivational Interviewing talk classification 7 months ago
  • vocab.txt
    232 kB
    Upload AnnoMI BERT model for Motivational Interviewing talk classification 7 months ago